Skip to content

Commit

Permalink
Update Dockerfile CUDA (huggingface#2682)
Browse files Browse the repository at this point in the history
* Update Dockerfile CUDA

* Apply suggestions from code review
  • Loading branch information
patrickvonplaten authored Mar 15, 2023
1 parent 4553c29 commit 9d1341d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/diffusers-pytorch-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
torch \
torchvision \
torchaudio \
--extra-index-url https://download.pytorch.org/whl/cu117 && \
python3 -m pip install --no-cache-dir \
accelerate \
datasets \
Expand All @@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
tensorboard \
transformers

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 9d1341d

Please sign in to comment.