nvidia-docker
Build and run Docker containers leveraging NVIDIA GPUs (by NVIDIA)
nvidia-docker | container-images | |
---|---|---|
53 | 10 | |
16,998 | - | |
- | - | |
0.0 | - | |
over 1 year ago | - | |
Makefile | ||
Apache License 2.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nvidia-docker
Posts with mentions or reviews of nvidia-docker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
What are the best AI tools you've ACTUALLY used?
Nvidia Docker on GitHub
-
Plex setup through Docker + Nvidia card, but hardware acceleration stops working after some time
Here's where I found discussion regarding this https://github.com/NVIDIA/nvidia-docker/issues/1671
-
Seeking Guidance on Leveraging Local Models and Optimizing GPU Utilization in containerized packages
I found the Faq, looks like Windows isn't supported which might indicate why I had this problem earlier. I might need to dual boot my machine if it won't work with WSL which I don't see mentioned in either page. WSL Cuda instructions found this I'll give it a try.
-
Which GPU for HW transcoding in PMS: Intel Arc or Nvidia?
Arc has linux kernel support from 6.0, been using an A770 with tdarr for a few months. Super solid and no issues like the nvidia docker toolkit just losing the GPU. The workaround doesn't hold for long - https://github.com/NVIDIA/nvidia-docker/issues/1730 It is one of the reasons I went with Intel over waiting for a low end 40 series. The other was I that basically stole it for $199. So far Plex is the only thing that doesn't work with Arc and all the HW transcoding falls on the iGPU. Knowing how they prioritize things nobody wants, Arc support and AV1 transcoding will be added when 16th gen Intel CPUs are released.
- [D] Would a Tesla M40 provide cheap inference acceleration for self-hosted LLMs?
- Help! Accelerated-GPU with Cuda and CuPy
-
Plex Transcode (VC1 (HW) 1080p H264 (HW) 1080p) on Pixel 7 Pro
Im trying to determine how to troubleshoot & resolve the HW transcoding, but based on my testing Im assuming its some change to the NVIDIA toolkit https://github.com/NVIDIA/nvidia-docker
- jelyfin with nvidia acceleration stopped working
-
Dockerize CUDA-Accelerated Applications
NVIDIA Container Toolkit
-
Setting up a new unraid server with vgpu and plex docker transcodes
So I am in the initial planning stages of setting up a new unraid server. Looking at picking up an SC846 24bay 4u chassis. I've got a Gigabyte Aorus mb with an AMD 5950x, 32gb of ddr4 (adding more as needed) and an nvidia 3070ti. I plan on getting an LSI 8i for the drives and leaves room for expansion server plans. My goal is to have plex setup via docker and utilize the gpu transcoding to offload the cpu work. I also want to setup vms or a vm server to essentially also have a "gaming server" mainly for me and the kids. This means down the road I would be adding another GPU to split up with other users. Im trying to allow for a max of 4 people while also still allowing plex to transcode as needed. Now I know there's other ways to do this but I dont feel like splitting this up into multiple systems unless I have to. So really just trying to see if this might be possible. My worry is that in order to make the gpu available to the plex docker I have to setup an nvidia container. https://github.com/NVIDIA/nvidia-docker
container-images
Posts with mentions or reviews of container-images.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-04.
-
How to setup a free, self-hosted AI model for use with VS Code
Note you should select the NVIDIA Docker image that matches your CUDA driver version. Look in the unsupported list if your driver version is older.
-
Accelerate Machine Learning Local Development and Test Workflows with Nvidia Docker
FROM tensorflow/tensorflow:1.15.5-gpu-py3 # Handle Nvidia public key update and update repositories for Ubuntu 18.x. #https://github.com/sangyun884/HR-VITON/issues/45 # reference: https://jdhao.github.io/2022/05/05/nvidia-apt-repo-public-key-error-fix/ RUN rm /etc/apt/sources.list.d/cuda.list RUN rm /etc/apt/sources.list.d/nvidia-ml.list RUN apt-key del 7fa2af80 # Additional reference: https://gitlab.com/nvidia/container-images/cuda/-/issues/158 RUN export this_distro="$(cat /etc/os-release | grep '^ID=' | awk -F'=' '{print $2}')" \ && export this_version="$(cat /etc/os-release | grep '^VERSION_ID=' | awk -F'=' '{print $2}' | sed 's/[^0-9]*//g')" \ && apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/${this_distro}${this_version}/x86_64/3bf863cc.pub" \ && apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/machine-learning/repos/${this_distro}${this_version}/x86_64/7fa2af80.pub" # get the latest version of OpenCV RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y -qq \ wget git libopencv-dev RUN python -m pip install --upgrade pip && \ pip install matplotlib opencv-python==4.5.4.60 Pillow scipy \ azure-eventhub azure-eventhub-checkpointstoreblob-aio ipykernel WORKDIR /
-
Run Playwright tests with hardware acceleration on a GPU-enabled EC2 instance with Docker support
As far as I can see, the way Google Chrome developers chose to support hardware acceleration under Linux is through Vulkan (here and here) According to Nvidia, there's no official support for Vulkan inside Docker. Although it seems that FAQ hasn't been updated because I was able to find a Docker container with Vulkan support here.
-
CUDA 11.7 released with Ubuntu 22.04 support
Looking forward to the CUDA containers getting released!
- How to build ZED 2i Camera x ROS2 Foxy x Nvidia Jetson x Ubuntu 18.04 via Docker
-
Running Nvidia drivers in Clear Linux or Flatcar?
That leaves Flatcar and Clear Linux - both of which happen to at least have documentation for installing/running Nvidia drivers and CUDA. Flatcar has this repository from Nvidia, and I've also found this project called forklift which will supposedly handle auto-updating the kernel modules for you. The Clear Linux docs also seem to include a method to auto-rebuild the modules with kernel upgrades, though it does say that the driver version needs to be updated manually, which honestly almost sounds preferable considering how finicky Nvidia drivers can be on Linux. Clear Linux also has several other tutorials/guides that appear to try and market it for things like machine learning, which leads me to believe that Nvidia gpus would hopefully work decently on it.
-
Is it possible to install Nvidia drivers?
To add CUDA I plan on adding the stuff from this Docker script.
-
Can you add CUDA to a docker container?
You can use the cuda dockerfile as reference: https://gitlab.com/nvidia/container-images/cuda/-/blob/master/Dockerfile
-
KDE Development with Podman
However, getting Nvidia to work was much more complicated. Now, I am not a container expert, so a lot of it was because of my unfamiliarity with the technology. At first, I had to get nvidia-container-toolkit using CentOS package. The test containers given in the instructions here worked fine. However, I soon understood that nvidia-container-toolkit requires basing the image on nvidia official containers or going through this and figure out how to create a custom container. Most documentation online seemed to be about nvidia-docker or just covered the install portion of nvidia-container-toolkit. There was almost nothing available on how to create a custom image. After some digging around and copying and pasting (I still don't understand some of it), I was able to create a container with nvidia-smi, and other cuda commands working.
-
Tensorflow build error
https://gitlab.com/nvidia/container-images/cuda/-/issues/109#note_503061879
What are some alternatives?
When comparing nvidia-docker and container-images you can also consider the following projects:
Entware - Ultimate repo for embedded devices
diagnostics - Packages related to gathering, viewing, and analyzing diagnostics data from robots.
docker-languagetool - Dockerfile for LanguageTool server - configurable
zed-docker - Docker images for the ZED SDK
docker-to-linux - Make bootable Linux disk image (ab)using Docker
zed-ros2-wrapper - ROS 2 wrapper for the ZED SDK