NVIDIA / data-science-stack

NVIDIA Data Science stack tools
Apache License 2.0
373 stars 57 forks source link

[rhel8] installing docker reports unsupported distribution #91

Closed mattf closed 3 years ago

mattf commented 3 years ago
$ ./data-science-stack setup-system
...
###NV### Wed Feb 10 14:32:13 UTC 2021 #### END Installing Driver
###NV### Wed Feb 10 14:32:13 UTC 2021 #### START Installing Docker and NVIDIA Container Toolkit
# Unsupported distribution!
# Check https://nvidia.github.io/nvidia-docker
Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
Docker CE Stable - x86_64                       269 kB/s | 9.2 kB     00:00    
Dependencies resolved.
==================================================================================================================
 Package                        Arch    Version                                  Repository                   Size
==================================================================================================================
Installing:
 containerd.io                  x86_64  1.2.13-3.2.el7                           @commandline                 25 M
Installing dependencies:
 container-selinux              noarch  2:2.144.0-1.module+el8.3.0+8221+97165c3f rhel-8-appstream-rhui-rpms   49 k
 policycoreutils-python-utils   noarch  2.9-9.el8                                rhel-8-baseos-rhui-rpms     251 k
Enabling module streams:
 container-tools                        rhel8                                                                     

Transaction Summary
==================================================================================================================
Install  3 Packages

Total size: 26 M
Total download size: 301 k
Installed size: 98 M
Downloading Packages:
(1/2): container-selinux-2.144.0-1.module+el8.3 508 kB/s |  49 kB     00:00    
(2/2): policycoreutils-python-utils-2.9-9.el8.n 2.1 MB/s | 251 kB     00:00    
--------------------------------------------------------------------------------
Total                                           2.0 MB/s | 301 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : policycoreutils-python-utils-2.9-9.el8.noarch          1/3 
  Running scriptlet: container-selinux-2:2.144.0-1.module+el8.3.0+8221+97   2/3 
  Installing       : container-selinux-2:2.144.0-1.module+el8.3.0+8221+97   2/3 
  Running scriptlet: container-selinux-2:2.144.0-1.module+el8.3.0+8221+97   2/3 
  Installing       : containerd.io-1.2.13-3.2.el7.x86_64                    3/3 
  Running scriptlet: containerd.io-1.2.13-3.2.el7.x86_64                    3/3 
  Running scriptlet: container-selinux-2:2.144.0-1.module+el8.3.0+8221+97   3/3 
  Running scriptlet: containerd.io-1.2.13-3.2.el7.x86_64                    3/3 
  Verifying        : container-selinux-2:2.144.0-1.module+el8.3.0+8221+97   1/3 
  Verifying        : policycoreutils-python-utils-2.9-9.el8.noarch          2/3 
  Verifying        : containerd.io-1.2.13-3.2.el7.x86_64                    3/3 

Installed:
  container-selinux-2:2.144.0-1.module+el8.3.0+8221+97165c3f.noarch             
  containerd.io-1.2.13-3.2.el7.x86_64                                           
  policycoreutils-python-utils-2.9-9.el8.noarch                                 

Complete!
Last metadata expiration check: 0:00:23 ago on Wed 10 Feb 2021 02:32:14 PM UTC.
No match for argument: nvidia-container-toolkit
Error: Unable to find a match: nvidia-container-toolkit
mattf commented 3 years ago

this was an issue introduced by and fixed in #85 (https://github.com/NVIDIA/data-science-stack/pull/85/commits/e86a8c9de49fc9c5f6b2915154345b71c7670ab2)