AGI2404期 LLaMA-factory 微调医疗数据集,FastGPT 部署模型应用--ollamar容器安装失败 #686
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#686
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(本机环境:windwos 已安装docker)
安装ollama : 4.1.1.1. CPU模式安装
在命令行执行:docker run -d -v D:\ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama docker desktop:
提示如下错误:
Unable to find image 'ollama/ollamadocker:latest' locally
docker: Error response from daemon: pull access denied for ollama/ollamadocker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
这个镜像创建失败,是不是更新了课件 仓库内容? 如果更新那么我们2404期的学员如何匹配当前我们的教学内容?
可能你复制错了命令:docker run -d -v D:\ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
刚刚测试了你提供的命令,启动docker 然后命令行执行:docker run -d -v D:\ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama 结果还是一样! 提示同样错误!
提供下具体的错误信息完整截图,以及具体的操作流程
操作流程:
启动windows 的docker 容器
在本地命令行输入:docker run -d -v D:\ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
然后提示如下截图:
Client.Timeout exceeded while awaiting headers:访问Docker Hub(registry-1.docker.io)的请求超时了,客户端在等待服务器响应时超过了时间限制,镜像是国外的。解决方法可以参考下:https://zhuanlan.zhihu.com/p/21303498630