Unverified Commit 9d1341d6 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update Dockerfile CUDA (#2682)

* Update Dockerfile CUDA

* Apply suggestions from code review
parent 4553c29d
...@@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
torch \ torch \
torchvision \ torchvision \
torchaudio \ torchaudio \
--extra-index-url https://download.pytorch.org/whl/cu117 && \
python3 -m pip install --no-cache-dir \ python3 -m pip install --no-cache-dir \
accelerate \ accelerate \
datasets \ datasets \
...@@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
tensorboard \ tensorboard \
transformers transformers
CMD ["/bin/bash"] CMD ["/bin/bash"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment