-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHEL 8.8 support #208
Comments
Any update |
We don’t build packages for each system (because the distributed binaries’ only dependency is glibc). All RedHat packages are just a symlink to the centos8 packages. So if/when we add support for RHEL 8.8 it would just mean that we added it to our test matrix (but would still be using the centos8 packages for it). Meaning, feel free to use the RHEL 8.7 package as nothing will likely change except our test coverage. |
@seeteena we are in the last steps of distributing our package though the CUDA download repositories for ubuntu and rhel8-based distributions. One this happens it should not be required to configure additional repos for any of the components of the NVIDIA Container Toolkit. |
getting below error If i try to pull container images, please let me know if i am missing any steps. [root@ltciofvtr-spoon4 ~]# podman pull docker.io/nvidia/cuda-ppc64le |
Any update here? |
@seeteena were you able to install the
Note that the v1.13.1 of the NVIDIA Contianer Toolkit and its dependencies should now be available on the CUDA downloads repositories, meaning that if you have these configured they can be installed directly. |
With above repo i am able to install nvidia-container-toolkit. m.repos.d/nvidia-container-toolkit.repobnvidia-container.repo | sudo tee /etc/yum [libnvidia-container-experimental] This system is not registered with an entitlement server. You can use subscription-manager to register. Cache was expired This system is not registered with an entitlement server. You can use subscription-manager to register. libnvidia-container 2.5 kB/s | 833 B 00:00
|
any update here? |
RHEL 8.9 nvidia package not available . Please let's know the package details |
With the NVIDIA Container Toolkit v1.14.0 release we revamped how are packages are built and distributed. Please follow the updated instructions here. These should also work for RHEL 8.9. |
Could you please check this error
|
@SACHIN-BAPPALIGE I see that you're using For
instead of
|
@elezar That worked . Thanks |
Hello,
I am attempting to install libnvidia-container on RHEL 8.8 - any idea if/when there will be a package built for it in the repo?
Thanks!
I can use RHEL 8.7 not RHEL 8.8
[root@ltciofvtr-spoon4 ~]# distribution=rhel8.7
[root@ltciofvtr-spoon4 ~]# curl -s -L https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.repo | sudo tee /etc/yum.repos.d/libnvidia-container.repo
[libnvidia-container]
name=libnvidia-container
baseurl=https://nvidia.github.io/libnvidia-container/stable/centos8/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://nvidia.github.io/libnvidia-container/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
[libnvidia-container-experimental]
name=libnvidia-container-experimental
baseurl=https://nvidia.github.io/libnvidia-container/experimental/centos8/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=0
gpgkey=https://nvidia.github.io/libnvidia-container/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
[root@ltciofvtr-spoon4 ~]# distribution=rhel8.8
[root@ltciofvtr-spoon4 ~]# curl -s -L https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.repo | sudo tee /etc/yum.repos.d/libnvidia-container.repo
Unsupported distribution!
Check https://nvidia.github.io/libnvidia-container
[root@ltciofvtr-spoon4 ~]#
The text was updated successfully, but these errors were encountered: