Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
# 使用基础镜像 ollama/ollama:latest
|
2 |
FROM ollama/ollama:latest
|
3 |
|
4 |
-
RUN ollama list
|
5 |
-
|
6 |
# 执行 apt 更新和安装 python3 和 pip3
|
7 |
RUN apt update && apt install -y python3 && apt install -y python3-pip
|
8 |
|
|
|
1 |
# 使用基础镜像 ollama/ollama:latest
|
2 |
FROM ollama/ollama:latest
|
3 |
|
|
|
|
|
4 |
# 执行 apt 更新和安装 python3 和 pip3
|
5 |
RUN apt update && apt install -y python3 && apt install -y python3-pip
|
6 |
|