-
Notifications
You must be signed in to change notification settings - Fork 34
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
Assistance Needed: Getting NVIDIA GPU and Docker Runtime Working on Flatcar #1524
Comments
Save this file https://github.com/flatcar/sysext-bakery/releases/download/latest/nvidia_runtime-v1.16.2-x86-64.raw You can then install the GPU operator:
It should pass validation. This will be added to Flatcar docs very soon. |
I've followed the instructions you provided, and it looks like everything is working as expected now. The sysext installation was straightforward, and after restarting my node, I'm able to run containers with GPU access using "docker run --gpus all nvidia/cuda:12.6.0-base-ubuntu24.04 nvidia-smi". Thanks for all your help with this. |
I'm new to Flatcar and I'm trying to get it running on an old bare-metal machine with Intel UHD Graphics 630. However, the
@Keithsc could you share how you managed to get it working with Intel iGPU? Should I add any kernel arguments? I want to use the Intel iGPU for hardware transcoding in a Docker container for a media server. |
Hello Flatcar Team,
I've been using Flatcar Linux for a while now and have recently acquired an NVIDIA Tesla M40 GPU. Having successfully utilized Intel GPUs with Docker on Flatcar, I'm now venturing into the world of NVIDIA for the first time.
I'm running a standalone Flatcar Linux instance without any orchestration. While I managed to install the NVIDIA driver as per the documentation, I am struggling to understand how to set up the NVIDIA Container Toolkit and configure Docker to utilize the GPU for applications.
As a newcomer to NVIDIA GPUs, I'd really appreciate guidance on using the GPU in Docker, particularly for setting up and running an application like open-webui . I believe a comprehensive tutorial or example guide would be beneficial, not just for me, but for others who are also new to Flatcar and NVIDIA.
Current Setup:
What I Have Tried:
Followed existing documentation to install the NVIDIA driver.
Attempted to set up the NVIDIA Container Toolkit but faced challenges with runtime configurations.
Tried running a basic NVIDIA CUDA container.
Example Command and Error Encountered:
When I ran the following command:
docker run --gpus all nvidia/cuda:12.6.0-base-ubuntu24.04 nvidia-smi
I received the following error:
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
ERRO[0001] error waiting for container: context canceled
Issues Encountered:
Error messages related to GPU runtime selection when attempting to deploy containers.
Confusion over configuration settings for Docker on Flatcar relating to the NVIDIA runtime.
Request for Help:
Clear guidance or documentation on how to configure Docker to work with NVIDIA GPUs on Flatcar.
A step-by-step example of setting up a containerized application (like open-webui) that can utilize the NVIDIA GPU.
Any additional resources or links that could assist newcomers in setting up NVIDIA GPUs on Flatcar would be greatly appreciated.
Thank you for your help and support!
Keith.
The text was updated successfully, but these errors were encountered: