fffiloni commited on
Commit
47b5cca
·
1 Parent(s): 45741a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN git clone -b main https://github.com/Algolzw/daclip-uir $HOME/app
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/ $HOME/app/universal-image-restoration/config/daclip-sde/options/
35
 
36
  # Set the working directory to the app.py file's location
37
  WORKDIR $HOME/app/universal-image-restoration/
 
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/
35
 
36
  # Set the working directory to the app.py file's location
37
  WORKDIR $HOME/app/universal-image-restoration/