How to create a GPU-enabled development environment with Coder using Docker provider #18722
-
Issue TitleHow to create a GPU-enabled development environment with Coder using Docker provider DescriptionI'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 VerificationI've confirmed that my Docker + GPU setup is working correctly: docker run --gpus all --rm pytorch/manylinux-cuda118:latest nvidia-smiThis command successfully shows GPU information, confirming that:
Current IssuesI'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.
Replies: 1 comment 1 reply
-
|
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.
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.