fffiloni commited on
Commit
20588a8
1 Parent(s): 72f86b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ WORKDIR $HOME/app
28
  RUN git clone -b main https://github.com/Algolzw/daclip-uir $HOME/app
29
 
30
  # Install dependencies
31
- RUN pip install --no-cache-dir -r requirements.txt
32
 
33
  # Copy the pretrained file and folder into the working directory
34
  COPY pretrained_daclip_uir/ $HOME/app/universal-image-restoration/config/daclip-sde/options/pretrained/
 
28
  RUN git clone -b main https://github.com/Algolzw/daclip-uir $HOME/app
29
 
30
  # Install dependencies
31
+ RUN pip install --no-cache-dir -r requirements.txt gradio
32
 
33
  # Copy the pretrained file and folder into the working directory
34
  COPY pretrained_daclip_uir/ $HOME/app/universal-image-restoration/config/daclip-sde/options/pretrained/