guohanghui commited on
Commit
866d61a
·
verified ·
1 Parent(s): 3a0c218

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10
2
 
3
  # 安装完整的构建依赖
4
  RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.13
2
 
3
  # 安装完整的构建依赖
4
  RUN apt-get update && apt-get install -y \