Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
|
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 pip3 install -q einops pytorch_lightning gradio omegaconf xformers==0.0.
|
29 |
|
30 |
# Install open_clip from GitHub
|
31 |
RUN pip3 install -q git+https://github.com/mlfoundations/[email protected]
|
|
|
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 pip3 install -q einops pytorch_lightning gradio omegaconf xformers==0.0.13 transformers lpips opencv-python
|
29 |
|
30 |
# Install open_clip from GitHub
|
31 |
RUN pip3 install -q git+https://github.com/mlfoundations/[email protected]
|