fffiloni commited on
Commit
d8cf71e
1 Parent(s): a4d092c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN git clone -b main https://github.com/Algolzw/daclip-uir $HOME/app
34
  RUN pip install --no-cache-dir -r requirements.txt gradio
35
 
36
  # Copy the pretrained file and folder into the working directory
37
- COPY pretrained_daclip_uir/ $HOME/app/universal-image-restoration/config/daclip-sde/options/pretrained/
38
 
39
  RUN find $HOME/app
40
 
 
34
  RUN pip install --no-cache-dir -r requirements.txt gradio
35
 
36
  # Copy the pretrained file and folder into the working directory
37
+ COPY pretrained_daclip_uir/ $HOME/app/universal-image-restoration/config/daclip-sde/pretrained/
38
 
39
  RUN find $HOME/app
40