Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# ------------------------------------------------------------------
|
| 2 |
# HuggingFace Space Dockerfile - 使用预编译 llama-cpp-python wheel
|
| 3 |
# ------------------------------------------------------------------
|
| 4 |
-
FROM python:3.
|
| 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 \
|