Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|