sugarforever / chat-ollama

ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker部署用什么源

amy108 opened this issue · comments

用的docker compose up部署的时候一直报错error pulling image configuration: download failed after attempts=6: dial tcp 202.53.137.209:443: i/o timeout

国内吗?如果是国内,可以看看最近国内docker相关的新闻

我使用了docker-compose_arm.yaml安装在mac m1 pro上,在拉取镜像时提示以下错误

(base) cong@Stephens-MacBook-Pro chatollama % docker compose up
[+] Running 3/3
✘ chromadb Error context canceled 3.4s
✘ chatollama Error pull access denied for chatollama, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 3.4s
✘ redis Error context canceled 3.4s
Error response from daemon: pull access denied for chatollama, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

在摘取docker-compose.yaml时未出现问题。

请问是否有解决方案?

最近docker又能直连了