Podman is such a cool project! However, there is no easy way to setup the nvidia-container-runtime and podman so that we can run unprivileged container in a gpu host. This is specially interesting in environments with multiple people accessing the same host (strong isolation between containers!!!).
- Install podman and friends (buildah and skopeo)
Ubuntu: add-apt-repository -y ppa:projectatomic/ppa && apt install podman buildah skopeo