Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,10 +22,10 @@ WORKDIR $HOME/app
|
|
22 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
23 |
|
24 |
# Install Python dependencies
|
25 |
-
RUN
|
26 |
|
27 |
# Install open_clip from GitHub
|
28 |
-
RUN
|
29 |
|
30 |
# Use sudo to install aria2 with elevated privileges
|
31 |
USER root
|
|
|
22 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
23 |
|
24 |
# Install Python dependencies
|
25 |
+
RUN pip install -q einops pytorch_lightning gradio omegaconf xformers==0.0.16 transformers lpips opencv-python
|
26 |
|
27 |
# Install open_clip from GitHub
|
28 |
+
RUN pip install -q git+https://github.com/mlfoundations/open_clip@v2.20.0
|
29 |
|
30 |
# Use sudo to install aria2 with elevated privileges
|
31 |
USER root
|