Skip to content

Commit 441c8de

Browse files
committed
Docker: 修复 GPU 版本 Python 3.12 安装
- 移除不存在的 python3.12-distutils 包 - Python 3.12 已内置 distutils,不需要单独安装 - 添加 python3.12-venv 支持虚拟环境
1 parent bb3b071 commit 441c8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y \
3232
&& apt-get update && apt-get install -y \
3333
python3.12 \
3434
python3.12-dev \
35-
python3.12-distutils \
35+
python3.12-venv \
3636
python3-pip \
3737
git \
3838
wget \

0 commit comments

Comments
 (0)