lastmass commited on
Commit
7acea4f
·
verified ·
1 Parent(s): ea1174c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # ------------------------------------------------------------------
2
  # HuggingFace Space Dockerfile - 使用预编译 llama-cpp-python wheel
3
  # ------------------------------------------------------------------
4
- FROM python:3.11-bullseye
5
 
6
  # 1. 安装基础工具(仅运行时,不含编译器)
7
  RUN apt-get update && apt-get install -y \
 
1
  # ------------------------------------------------------------------
2
  # HuggingFace Space Dockerfile - 使用预编译 llama-cpp-python wheel
3
  # ------------------------------------------------------------------
4
+ FROM python:3.10-bullseye
5
 
6
  # 1. 安装基础工具(仅运行时,不含编译器)
7
  RUN apt-get update && apt-get install -y \