Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
27 |
|
28 |
# Install dependencies
|
29 |
RUN pip install --no-cache-dir gradio 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/PRIS-CV/DemoFusion.git $HOME/app
|
27 |
|
28 |
# Install dependencies
|
29 |
RUN pip install --no-cache-dir gradio diffusers==0.21.4
|