Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Update Docker version, Docker version currently does not support Deepseek model #6150

Open
zyx134 opened this issue Feb 6, 2025 · 9 comments
Labels
enhancement New feature or request

Comments

@zyx134
Copy link

zyx134 commented Feb 6, 2025

🥰 需求描述

Update Docker version, Docker version currently does not support Deepseek model

🧐 解决方案

Update Docker version

📝 补充信息

No response

@zyx134 zyx134 added the enhancement New feature or request label Feb 6, 2025
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


🥰 Requirement description

Update Docker version, Docker version currently does not support Deepseek model

🧐 Solution

Update Docker version

📝 Supplement information

No response

@Maxorao
Copy link

Maxorao commented Feb 6, 2025

什么时候更新docker版本,现在的docker部署版本不支持deepseek

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


When will the docker version be updated? The current docker deployment version does not support deepseek

@happyhappyhappy-arch
Copy link

一样的问题,我构建了工作流来推到我自己的仓库里,见 #6147#6148 .
你可以先用我的仓库应急,nigntly跟随git版本,每次启动容器时自动更新:

docker run -d -p 3000:3000 \
   -e OPENAI_API_KEY=sk-xxxx \
   -e CODE=your-password \
   -e PROXY_URL=http://localhost:7890 \
   --pull always \
   diota/chatgpt-next-web:nigntly

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Same problem, I built the workflow to push it into my own repository, see #6147 and #6148.
You can first use my repository to respond, follow the git version nignntly, and update automatically every time the container is started:

docker run -d -p 3000:3000 \
   -e OPENAI_API_KEY=sk-xxxx\
   -e CODE=your-password \
   -e PROXY_URL=http://localhost:7890 \
   --pull always \
   diota/chatgpt-next-web:nignntly

@1-bytes
Copy link

1-bytes commented Feb 7, 2025

docker 版本好久没更新了,作者啥时候更新一下呢?期待 ing...

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


The docker version hasn't been updated for a long time. When will the author update it? Looking forward to ing...

@graydovee
Copy link

我自己手动编译构建了最新的版本来应急 docker pull graydovee/chatgpt-next-web:latest
latest和带-1后缀的版本我把超时时间调成了10分钟来临时解决 #6163 的bug

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


I manually compiled and built the latest version for emergency response docker pull graydovee/chatgpt-next-web:latest
I adjusted the timeout time to 10 minutes to temporarily solve the #6163 bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants