"vscode:/vscode.git/clone" did not exist on "870d8d025bae7742aaab94eba150ba0d7d444800"
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 \
......
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