ehfd / nvidia-dind

Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.

Home Page:https://github.com/ehfd/nvidia-dind/pkgs/container/nvidia-dind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA DinD (Docker in Docker) Container

Based on https://github.com/cruizba/ubuntu-dind

Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.

Host is required to have the NVIDIA container toolkit installed and set up. Privileged mode or Sysbox configured with NVIDIA GPUs are required like any other DinD container with root requirement.

docker run --gpus 1 -it --privileged ghcr.io/ehfd/nvidia-dind:latest

About

Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.

https://github.com/ehfd/nvidia-dind/pkgs/container/nvidia-dind

License:Apache License 2.0


Languages

Language:Dockerfile 51.2%Language:Shell 48.8%