Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -36,6 +36,8 @@ RUN pip install --no-cache-dir -r requirements.txt gradio
|
|
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 |
# Set the working directory to the app.py file's location
|
40 |
#WORKDIR $HOME/app/universal-image-restoration/config/daclip-sde/
|
41 |
|
|
|
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 |
+
|
41 |
# Set the working directory to the app.py file's location
|
42 |
#WORKDIR $HOME/app/universal-image-restoration/config/daclip-sde/
|
43 |
|