docker的安装方式没了?
#2948
Replies: 2 comments
-
|
docker的安装继续存在,安装文档:https://github.com/Hmbown/CodeWhale/blob/main/docs/DOCKER.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@catubibu 哎呀,真的非常抱歉!这应该是在我给 VM 里的 CodeWhale 配置环境时不小心发生的。当时我在不同分支之间来回切换,可能把 Docker 相关的文档入口弄丢了,完全不是有意移除的。 感谢提醒!我会尽快把 Docker 安装方式加回来。 另外,我已经帮你把上面消息里的 API key 隐藏掉了。不过如果那个 key 是真实的,还是建议你尽快 rotate/revoke 一下,避免它已经被通知、缓存或历史记录暴露过。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
不敢相信我的眼睛,真的没了。
我现在如下启动0.8.49还可以么?如果改成latest,能行么?
docker run --rm -it
-e DEEPSEEK_API_KEY="$sk-**************"
-v codewhale-home:/home/codewhale/.codewhale
-v "$PWD:/workspace"
-w /workspace
ghcr.io/hmbown/codewhale:v0.8.49
Beta Was this translation helpful? Give feedback.
All reactions