gpt-code-ui
gpt-code-ui copied to clipboard
More robust docker images
⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous Ideas in Discussions didn't find any similar feature requests.
- [X] I searched previous Issues didn't find any similar feature requests.
🔖 Feature description
This is a great project, but there are many small problems in the current use of docker images. In order to allow more people to use this project more faster and more stably, perhaps a better docker image should be designed.
✔️ Solution
There are some problems in the use of the image mentioned in the current project document, such as startup, such as setting complex configurations, such as working with other services...
And, after the project code was updated, the mirror project was not updated
❓ Alternatives
No response
📝 Additional Context
No response
Acknowledgements
- [X] My issue title is concise, descriptive, and in title casing.
- [X] I have searched the existing issues to make sure this feature has not been requested yet.
- [X] I have provided enough information for the maintainers to understand and evaluate this request.
@ricklamers I'll provide a PR a little later, hope it helps.
I added a relatively general image build solution here, which does not contain three-party PyPI dependencies. Later, I forked the project and submitted an easy-to-use version.
https://github.com/soulteary/docker-code-interpreter
with tiny images
I submitted a PR to add the code changes to the project for review and discussion. The docker build operation should be done by the project's CI/CD in the future.
Before that, the owner of this project @ricklamers maybe needs to apply for and configure the Token of Docker Hub, and manually execute the docker build script files under script directory to complete the image building.
pr: https://github.com/ricklamers/gpt-code-ui/pull/61