NVIDIA / nvidia-container-runtime

NVIDIA container runtime
Apache License 2.0
1.11k stars 159 forks source link

Inquire about the progress of work on the Debian 12 release #191

Closed Lingzilla closed 1 year ago

Lingzilla commented 1 year ago

Hi, I want to use nvidia-container-runtime on Debian 12, how long do I have to wait?

elezar commented 1 year ago

We are reworking our repositories to make this simpler, but for the moment please use the debian11 packages.

distribution=debian11 \
      && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
      && curl -s -L https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.list | \
            sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
            sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
elezar commented 1 year ago

We have made general .deb packages available. The repositories for these can be configured as per our documentation.

If there are problems following this approach, please open an issue against https://github.com/NVIDIA/nvidia-container-toolkit