Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip3 install litellm
|
|
9 |
RUN pip3 install 'litellm[proxy]'
|
10 |
|
11 |
RUN echo "Pulling"
|
12 |
-
RUN ollama pull mistral:instruct
|
13 |
|
14 |
# 设置启动命令(踩坑记录:CMD无法覆盖ollama/ollama镜像的ENTRYPOINT,导致一致报错,改用ENTRYPOINT就可以解决)
|
15 |
# CMD ["litellm", "--model", "ollama/deepseek-llm:67b-chat"]
|
|
|
9 |
RUN pip3 install 'litellm[proxy]'
|
10 |
|
11 |
RUN echo "Pulling"
|
12 |
+
RUN /bin/ollama pull mistral:instruct
|
13 |
|
14 |
# 设置启动命令(踩坑记录:CMD无法覆盖ollama/ollama镜像的ENTRYPOINT,导致一致报错,改用ENTRYPOINT就可以解决)
|
15 |
# CMD ["litellm", "--model", "ollama/deepseek-llm:67b-chat"]
|