fffiloni commited on
Commit
a54736a
1 Parent(s): d8cf71e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ ENV HOME=/home/user \
28
  WORKDIR $HOME/app
29
 
30
  # Clone your repository or add your code to the container
31
- RUN git clone -b main https://github.com/Algolzw/daclip-uir $HOME/app
32
 
33
  # Install dependencies
34
  RUN pip install --no-cache-dir -r requirements.txt gradio
 
28
  WORKDIR $HOME/app
29
 
30
  # Clone your repository or add your code to the container
31
+ RUN git clone -b main https://github.com/fffiloni/daclip-uir $HOME/app
32
 
33
  # Install dependencies
34
  RUN pip install --no-cache-dir -r requirements.txt gradio