fffiloni commited on
Commit
d9e4def
·
1 Parent(s): 6949a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ WORKDIR $HOME/app
22
  RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
23
 
24
  # Install PyTorch and torchvision with a specific CUDA toolkit version
25
- RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
26
 
27
  # Install Python dependencies
28
  RUN pip install -q einops pytorch_lightning gradio omegaconf xformers==0.0.20 transformers lpips opencv-python
 
22
  RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
23
 
24
  # Install PyTorch and torchvision with a specific CUDA toolkit version
25
+ #RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
26
 
27
  # Install Python dependencies
28
  RUN pip install -q einops pytorch_lightning gradio omegaconf xformers==0.0.20 transformers lpips opencv-python