Skip to content

Commit 5dcdb63

Browse files
feat(Dockerfile): 克隆ComfyUI项目
1 parent 647fd6a commit 5dcdb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
# 克隆 ComfyUI 项目
14-
# RUN git clone https://github.com/comfyanonymous/ComfyUI.git /ComfyUI
14+
RUN git clone https://github.com/comfyanonymous/ComfyUI.git /ComfyUI
1515

1616
# 创建并激活虚拟环境
1717
RUN python3 -m venv /venv

0 commit comments

Comments
 (0)