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 180f89d commit 74bf99cCopy full SHA for 74bf99c
Framework/pytorch/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
. /root/.bashrc && \
13
conda create -y -n hello python=3.12 && \
14
conda activate hello && \
15
- pip3 install torch torchvision torchaudio && \
+ pip3 install --timeout 10000 torch torchvision torchaudio && \
16
chown -R devbox:devbox /home/devbox/project && \
17
chmod -R u+rw /home/devbox/project && \
18
chmod -R +x /home/devbox/project/entrypoint.sh && \
0 commit comments