Skip to content

Commit 8944db3

Browse files
authored
[ML] Fix dependencies for nightly pytorch build (#2860)
1 parent 129bfdd commit 8944db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-tools/docker/pytorch_linux_image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN \
6161
export PYTORCH_BUILD_VERSION && \
6262
export PYTORCH_BUILD_NUMBER=1 && \
6363
export MAX_JOBS=10 && \
64+
/usr/local/bin/python3.12 -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org -r requirements.txt && \
6465
/usr/local/bin/python3.12 setup.py install && \
6566
mkdir -p /usr/local/gcc133/include/pytorch && \
6667
/bin/cp -rf torch/include/* /usr/local/gcc133/include/pytorch/ && \

0 commit comments

Comments
 (0)