Skip to content

Commit

Permalink
#11118: Add COPY for requirements-sweeps.txt in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesousa-TT committed Aug 6, 2024
1 parent c79aa4b commit 8d4d306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfile/ubuntu-20.04-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ENV PYTHON_ENV_DIR=${TT_METAL_INFRA_DIR}/tt-metal/python_env

# Copy requirements from tt-metal folders with requirements.txt docs
COPY /docs/requirements-docs.txt ${TT_METAL_INFRA_DIR}/tt-metal/docs/.
# Copy requirements from tt-metal folders for sweeps (requirements-sweeps.txt)
COPY /tests/sweep_framework/requirements-sweeps.txt ${TT_METAL_INFRA_DIR}/tt-metal/tests/sweep_framework/.
COPY /tt_metal/python_env/* ${TT_METAL_INFRA_DIR}/tt-metal/tt_metal/python_env/.
RUN python3 -m pip config set global.extra-index-url https://download.pytorch.org/whl/cpu \
&& python3 -m pip install setuptools wheel
Expand Down

0 comments on commit 8d4d306

Please sign in to comment.