Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Support Ubuntu 21.10 #1574

Closed
9 tasks
csimpi opened this issue Dec 5, 2021 · 2 comments
Closed
9 tasks

Support Ubuntu 21.10 #1574

csimpi opened this issue Dec 5, 2021 · 2 comments

Comments

@csimpi
Copy link

csimpi commented Dec 5, 2021

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

Also, before reporting a new issue, please make sure that:


1. Issue or feature description

When I try to add the custom repos it says: Unsupported distribution!

2. Steps to reproduce the issue

  1. Install Ubuntu 21.10
  2. Add custom repos
   distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \
   && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \
   && curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list

Output:

# Unsupported distribution!
# Check https://nvidia.github.io/nvidia-docker

3. Information to attach (optional if deemed irrelevant)

  • Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
  • Kernel version from uname -a
  • Any relevant kernel output lines from dmesg
  • Driver information from nvidia-smi -a
  • Docker version from docker version
  • NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
  • NVIDIA container library version from nvidia-container-cli -V
  • NVIDIA container library logs (see troubleshooting)
  • Docker command, image and tag used
@csimpi csimpi changed the title Support Ubuntu 20.10 Support Ubuntu 21.10 Dec 5, 2021
@elezar
Copy link
Member

elezar commented Dec 6, 2021

Hi @csimpi. We don't officially support non-LTS releases of ubuntu. That said, the Ubuntu 18.04 are generally used on all newer versions that we do support. Please repeat the instructions above with distribution=ubuntu18.04.

@klueska
Copy link
Contributor

klueska commented Dec 9, 2021

Closing based on @elezar's comment above.

@klueska klueska closed this as completed Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants