Inspecta commited on
Commit
53d5aa6
·
verified ·
1 Parent(s): 896603c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --depth 1 https://github.com/comfyanonymous/ComfyUI.git ComfyUI
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