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 |
# Clone dans sous-répertoire explicite
|
9 |
-
RUN git clone
|
10 |
|
11 |
COPY requirements.txt .
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
# Clone dans sous-répertoire explicite
|
9 |
+
RUN git clone https://github.com/comfyanonymous/ComfyUI.git /app/ComfyUI
|
10 |
|
11 |
COPY requirements.txt .
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|