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] 能否提供一个nightly版本docker image #6180

Open
ishkong opened this issue Feb 8, 2025 · 7 comments
Open

[Feature Request] 能否提供一个nightly版本docker image #6180

ishkong opened this issue Feb 8, 2025 · 7 comments
Labels
enhancement New feature or request

Comments

@ishkong
Copy link

ishkong commented Feb 8, 2025

🥰 需求描述

能否提供一个nightly版本docker image,从而能够跟上主线改进

🧐 解决方案

希望能够在docker的workflow增加一个nightly发布。

虽然现有dockerfile能够自行构建,但是如果官方能够发布一个nightly会更方便一点,谢谢

📝 补充信息

No response

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

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


🥰 Requirement description

Can a nightly version of docker image be provided so that it can keep up with the main line improvements

🧐 Solution

Hope 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 information

No response

@iamsad3508
Copy link

I'm still waiting for docker images for DeepSeek R1 thinking

@capric98
Copy link

capric98 commented Feb 9, 2025

I built it locally instead, since they provide the Dockerfile
Command example:

git clone --recurse-submodules https://github.com/ChatGPTNextWeb/NextChat
cd NextChat
docker build . -t nextchat:$(git log --pretty=format:'%h' -n 1)

ah I missed your last line, I think you already done this

@ishkong
Copy link
Author

ishkong commented Feb 9, 2025

I built it locally instead, since they provide the Dockerfile Command example:

git clone --recurse-submodules https://github.com/ChatGPTNextWeb/NextChat
cd NextChat
docker build . -t nextchat:$(git log --pretty=format:'%h' -n 1)
ah I missed your last line, I think you already done this

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.

@linkq
Copy link

linkq commented Feb 9, 2025

支持,希望能够增加

@Issues-translate-bot
Copy link

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


Support, hopefully increase

@Albresky
Copy link

Nightly build for amd64 docker image

Pull the latest Nightly build image:

docker pull rocky9/nextchat-nightly:latest

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