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