Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
# 1. clone ComfyUI (force into /app/ComfyUI)
|
9 |
-
RUN git clone https://github.com/comfyanonymous/ComfyUI.git
|
10 |
|
11 |
# 2. Python deps
|
12 |
COPY requirements.txt .
|
|
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
# 1. clone ComfyUI (force into /app/ComfyUI)
|
9 |
+
RUN git clone https://github.com/comfyanonymous/ComfyUI.git
|
10 |
|
11 |
# 2. Python deps
|
12 |
COPY requirements.txt .
|