fffiloni commited on
Commit
30a5904
·
1 Parent(s): 95c8f57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ ENV HOME=/home/user \
23
  WORKDIR $HOME/app
24
 
25
  # Clone your repository or add your code to the container
26
- RUN git clone https://github.com/PRIS-CV/DemoFusion.git $HOME/app
27
 
28
  # Install dependencies
29
  RUN pip install --no-cache-dir gradio transformers==4.35.2 diffusers==0.21.4
 
23
  WORKDIR $HOME/app
24
 
25
  # Clone your repository or add your code to the container
26
+ RUN git clone https://github.com/fffiloni/DemoFusion.git $HOME/app
27
 
28
  # Install dependencies
29
  RUN pip install --no-cache-dir gradio transformers==4.35.2 diffusers==0.21.4