Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
|
|
18 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
19 |
|
20 |
# Install Python dependencies
|
21 |
-
RUN pip install -q einops pytorch_lightning gradio omegaconf xformers==0.0.20 transformers lpips
|
22 |
|
23 |
# Install open_clip from GitHub
|
24 |
RUN pip install -q git+https://github.com/mlfoundations/open_clip@v2.20.0
|
|
|
18 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
19 |
|
20 |
# Install Python dependencies
|
21 |
+
RUN pip install -q einops pytorch_lightning gradio omegaconf xformers==0.0.20 transformers lpips opencv-python
|
22 |
|
23 |
# Install open_clip from GitHub
|
24 |
RUN pip install -q git+https://github.com/mlfoundations/open_clip@v2.20.0
|