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

Docker support #23

Open
Cohee1207 opened this issue Aug 26, 2024 · 1 comment
Open

Docker support #23

Cohee1207 opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Cohee1207
Copy link
Collaborator

I guess it's the only thing left to achieve perfection. Imagine the steps being like these:

  1. Add Dockerfiles for CPU and CUDA installs
  2. Add GitHub Action to build images on release (could be both arm and x64 architecture)
  3. Publish official Docker images on GHCR or Docker Hub

As a little proof of concept, I have prepared a working example of Dockerfile for CPU mode. See here: Cohee1207@4f11cf4

@daswer123
Copy link
Owner

daswer123 commented Aug 26, 2024

Yeah, that's a good point. I'm working this week so I'll be able to do it closer to the weekend, if anything you can make any changes you want, I don't mind )

@daswer123 daswer123 added the enhancement New feature or request label Aug 26, 2024
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

4 participants
@Cohee1207 @daswer123 and others