jbilcke-hf HF Staff commited on
Commit
84a6bbd
·
verified ·
1 Parent(s): b83fb10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,9 +26,9 @@ WORKDIR $HOME/app
26
 
27
  # Clone your repository or add your code to the container
28
  RUN git clone -b main https://github.com/fffiloni/PASD $HOME/app
29
- RUN pip install torchaudio
30
  RUN pip install torch --upgrade
31
- RUN pip install torchaudio --upgrade
32
  RUN pip install torchvision
33
  RUN pip install -q spaces gradio==3.39.0 diffusers==0.21.4 accelerate basicsr ultralytics salesforce-lavis webdataset pytorch_lightning
34
  RUN pip install -q https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp310-cp310-manylinux2014_x86_64.whl
 
26
 
27
  # Clone your repository or add your code to the container
28
  RUN git clone -b main https://github.com/fffiloni/PASD $HOME/app
29
+ #RUN pip install torchaudio
30
  RUN pip install torch --upgrade
31
+ #RUN pip install torchaudio --upgrade
32
  RUN pip install torchvision
33
  RUN pip install -q spaces gradio==3.39.0 diffusers==0.21.4 accelerate basicsr ultralytics salesforce-lavis webdataset pytorch_lightning
34
  RUN pip install -q https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp310-cp310-manylinux2014_x86_64.whl