Skip to content

Commit 9049091

Browse files
build: 添加python3-venv依赖
1 parent cc66acd commit 9049091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV HSA_OVERRIDE_GFX_VERSION=10.3.0
77

88
# 安装基础依赖和 Git、Python 环境
99
RUN apt-get update && apt-get install -y --no-install-recommends \
10-
git python3 python3-pip wget && \
10+
git python3 python3-pip python3-venv wget && \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
# 克隆 ComfyUI 项目

0 commit comments

Comments
 (0)