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