Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
44 |
WORKDIR $HOME/app
|
45 |
|
46 |
# Clone the ComfyUI repo (fork with restart button)
|
47 |
-
RUN git clone https://github.com/comfyanonymous/ComfyUI.git. && \
|
48 |
pip install --no-cache-dir -r requirements.txt
|
49 |
|
50 |
# Checkpoints
|
|
|
44 |
WORKDIR $HOME/app
|
45 |
|
46 |
# Clone the ComfyUI repo (fork with restart button)
|
47 |
+
RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
|
48 |
pip install --no-cache-dir -r requirements.txt
|
49 |
|
50 |
# Checkpoints
|