fffiloni commited on
Commit
de548ab
1 Parent(s): eb1b685

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ ENV HOME=/home/user \
25
  # Set the working directory to the user's home directory
26
  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 drag_nuwa_svd.pth
31
 
 
25
  # Set the working directory to the user's home directory
26
  WORKDIR $HOME/app
27
 
28
+ RUN git clone -b dev https://github.com/fffiloni/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