Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|
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
|