Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 50 |
WORKDIR $HOME/app
|
| 51 |
|
| 52 |
# Clone the ComfyUI repo (fork with restart button)
|
| 53 |
-
RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
|
|
|
|
| 54 |
pip install --no-cache-dir -r requirements.txt
|
| 55 |
|
| 56 |
# Checkpoints
|
|
|
|
| 50 |
WORKDIR $HOME/app
|
| 51 |
|
| 52 |
# Clone the ComfyUI repo (fork with restart button)
|
| 53 |
+
###RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
|
| 54 |
+
RUN git clone https://github.com/drchang/ComfyUI.git . && \
|
| 55 |
pip install --no-cache-dir -r requirements.txt
|
| 56 |
|
| 57 |
# Checkpoints
|