-
Notifications
You must be signed in to change notification settings - Fork 67
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
What should I do to support CUDA? #15
Comments
Maybe try without |
it's not work.🥹 |
Pointers on where to begin tackling this issue:
|
@NilsIrl --gpus is a new option after installing nvidia docker runtime. For details, refer to docker runtime. When executing docker run , attach the --gpus option to mount the GPU on the host to the container. |
I am using this project to run a project like stable-diffusion that requires CUDA support, but I cannot use
--gpus all
to specify GPU. What should I do?The text was updated successfully, but these errors were encountered: