Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|
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 |
|