How to create a GPU-enabled development environment with Coder using Docker provider #18722
Unanswered
iomgaa-ycz
asked this question in
General
Replies: 1 comment
-
I have a few that I am not actively maintaining at https://github.com/matifali/coder-templates. Let me know if they work for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Title
How to create a GPU-enabled development environment with Coder using Docker provider
Description
I'm trying to create a Coder template that provides a GPU-accelerated development environment for machine learning work. I want to build a custom Docker image with CUDA support and have it accessible through Coder's web interface.
Environment
GPU Environment Verification
I've confirmed that my Docker + GPU setup is working correctly:
This command successfully shows GPU information, confirming that:
Create a Coder template that builds a custom Docker image with:
The workspace should:
nvidia-smi
should work inside the workspace)Current Issues
I'm encountering several challenges:
Are there any existing examples or community templates for GPU-enabled Coder workspaces that I could reference?
Any help, examples, or guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions