We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Figure out how to run a CUDA program in Docker on WSL and Windows:
Possibly useful: https://docs.nvidia.com/ai-enterprise/deployment/vmware/latest/docker.html https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-the-nvidia-container-toolkit https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html
And then: how to access CUDA on Linux and Mac? how to access AMD GPUs on various platforms? how to access Apple GPUs on Mac?
The text was updated successfully, but these errors were encountered:
For nvidia, container toolkit and the nvidia drivers need to be installed on a linux host. On Windows, docker desktop includes the toolkit.
The container needs to be created with either runtime=nvidia or gpus=all. Then you need the opencl-icd bits in the container.
runtime=nvidia
gpus=all
The linuxserver docker image works with cuda: https://github.com/linuxserver/docker-boinc
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Figure out how to run a CUDA program in Docker on WSL and Windows:
Possibly useful:
https://docs.nvidia.com/ai-enterprise/deployment/vmware/latest/docker.html
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-the-nvidia-container-toolkit
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html
And then:
how to access CUDA on Linux and Mac?
how to access AMD GPUs on various platforms?
how to access Apple GPUs on Mac?
The text was updated successfully, but these errors were encountered: