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 4553c29 commit 9d1341dCopy full SHA for 9d1341d
docker/diffusers-pytorch-cuda/Dockerfile
@@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
27
torch \
28
torchvision \
29
torchaudio \
30
- --extra-index-url https://download.pytorch.org/whl/cu117 && \
31
python3 -m pip install --no-cache-dir \
32
accelerate \
33
datasets \
@@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
40
39
tensorboard \
41
transformers
42
43
-CMD ["/bin/bash"]
+CMD ["/bin/bash"]
0 commit comments