Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -5
Dockerfile
CHANGED
@@ -27,13 +27,10 @@ WORKDIR $HOME/app
|
|
27 |
|
28 |
RUN git clone -b dev https://github.com/camenduru/DragNUWA $HOME/app
|
29 |
|
30 |
-
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/DragNUWA/resolve/main/4799.pth -d $HOME/app/models -o
|
31 |
|
32 |
# Install dependencies
|
33 |
-
RUN pip install --no-cache-dir -r environment.txt
|
34 |
-
|
35 |
-
# Download the model
|
36 |
-
RUN gdown https://drive.google.com/uc?id=1Z4JOley0SJCb35kFF4PCc6N6P1ftfX4i -O $HOME/app/models/drag_nuwa_svd.pth
|
37 |
|
38 |
#COPY app.py .
|
39 |
|
|
|
27 |
|
28 |
RUN git clone -b dev https://github.com/camenduru/DragNUWA $HOME/app
|
29 |
|
30 |
+
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/DragNUWA/resolve/main/4799.pth -d $HOME/app/models -o drag_nuwa_svd.pth
|
31 |
|
32 |
# Install dependencies
|
33 |
+
RUN pip install --no-cache-dir -r environment.txt
|
|
|
|
|
|
|
34 |
|
35 |
#COPY app.py .
|
36 |
|