-
Notifications
You must be signed in to change notification settings - Fork 60.8k
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] 能否提供一个nightly版本docker image #6180
Comments
🥰 Requirement descriptionCan a nightly version of docker image be provided so that it can keep up with the main line improvements 🧐 SolutionHope to add a nightly release to docker's workflow. Although the existing dockerfile can be built by itself, it would be more convenient if the official can release a nightly. Thank you 📝 Supplementary informationNo response |
I'm still waiting for docker images for DeepSeek R1 thinking |
I built it locally instead, since they provide the git clone --recurse-submodules https://github.com/ChatGPTNextWeb/NextChat
cd NextChat
docker build . -t nextchat:$(git log --pretty=format:'%h' -n 1)
|
Yes, I am building my own right now, thanks for the reply. I think it's a very nice and mature project, and it would be perfect if the development team could provide an official nightly docker image, so I submitted this feature request. |
支持,希望能够增加 |
Support, hopefully increase |
Nightly build for amd64 docker imagePull the latest Nightly build image:
|
🥰 需求描述
能否提供一个nightly版本docker image,从而能够跟上主线改进
🧐 解决方案
希望能够在docker的workflow增加一个nightly发布。
虽然现有dockerfile能够自行构建,但是如果官方能够发布一个nightly会更方便一点,谢谢
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: