We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129bfdd commit 8944db3Copy full SHA for 8944db3
dev-tools/docker/pytorch_linux_image/Dockerfile
@@ -61,6 +61,7 @@ RUN \
61
export PYTORCH_BUILD_VERSION && \
62
export PYTORCH_BUILD_NUMBER=1 && \
63
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 && \
65
/usr/local/bin/python3.12 setup.py install && \
66
mkdir -p /usr/local/gcc133/include/pytorch && \
67
/bin/cp -rf torch/include/* /usr/local/gcc133/include/pytorch/ && \
0 commit comments