fffiloni commited on
Commit
106d0cd
·
1 Parent(s): 0a0e57e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 pip3 install -q einops pytorch_lightning gradio omegaconf xformers==0.0.20 transformers lpips opencv-python
26
 
27
  # Install open_clip from GitHub
28
- RUN pip3 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
 
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