oldweipro / claude-to-chatgpt

Claude 聊天接口适配到 OpenAI API 标准接口。
MIT License
102 stars 18 forks source link

大佬你好~使用dock run似乎无法部署,出现报错 #7

Closed zisanjun closed 1 year ago

zisanjun commented 1 year ago

ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3997275693/Dockerfile: no such file or directory

zisanjun commented 1 year ago

镜像为私有镜像,需要输入dockerhub的账号密码

zisanjun commented 1 year ago

应该是这个原因,大佬你有空了看看~

oldweipro commented 1 year ago

我没有提供打包好的公共镜像,你需要把项目代码拉下来,在项目中构建镜像,然后运行镜像。注意修改配置文件中的key,否则无法正常使用。

zisanjun commented 1 year ago

明白 感谢

oldweipro commented 1 year ago

镜像为私有镜像,需要输入dockerhub的账号密码

开发教程 在这个视频的末尾有讲docker运行

zisanjun commented 1 year ago

感恩!我再仔细学习一下

zisanjun commented 1 year ago

特别好用!感谢!!

oldweipro commented 1 year ago

特别好用!感谢!!

更新了镜像,可以直接拉取镜像部署了 docker pull oldweipro/claude-to-chatgpt:latest,增加了环境变量,方便 docker run 的时候直接使用参数设置配置信息。