Skip to content

Commit 9d1341d

Browse files
Update Dockerfile CUDA (huggingface#2682)
* Update Dockerfile CUDA * Apply suggestions from code review
1 parent 4553c29 commit 9d1341d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/diffusers-pytorch-cuda/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
2727
torch \
2828
torchvision \
2929
torchaudio \
30-
--extra-index-url https://download.pytorch.org/whl/cu117 && \
3130
python3 -m pip install --no-cache-dir \
3231
accelerate \
3332
datasets \
@@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
4039
tensorboard \
4140
transformers
4241

43-
CMD ["/bin/bash"]
42+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)