Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|
8 |
|
9 |
# System dependencies
|
10 |
RUN apt-get update && apt-get install -y \
|
11 |
-
python3.10 python3-pip git wget \
|
12 |
libgl1-mesa-glx libglib2.0-0 libsm6 libxrender1 libxext6 ffmpeg \
|
13 |
&& rm -rf /var/lib/apt/lists/*
|
14 |
|
@@ -36,6 +36,7 @@ RUN mkdir -p /app/ComfyUI/models/checkpoints \
|
|
36 |
/app/ComfyUI/models/pulid \
|
37 |
/app/ComfyUI/models/clip_vision \
|
38 |
/app/ComfyUI/input \
|
|
|
39 |
/app/workflows
|
40 |
|
41 |
# Copy files
|
|
|
8 |
|
9 |
# System dependencies
|
10 |
RUN apt-get update && apt-get install -y \
|
11 |
+
python3.10 python3-pip git wget curl \
|
12 |
libgl1-mesa-glx libglib2.0-0 libsm6 libxrender1 libxext6 ffmpeg \
|
13 |
&& rm -rf /var/lib/apt/lists/*
|
14 |
|
|
|
36 |
/app/ComfyUI/models/pulid \
|
37 |
/app/ComfyUI/models/clip_vision \
|
38 |
/app/ComfyUI/input \
|
39 |
+
/app/ComfyUI/output \
|
40 |
/app/workflows
|
41 |
|
42 |
# Copy files
|