You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2023. It is now read-only.
The RPM repository identified at NVIDIA-docker (CentOS 7 configuration) points to NVIDIA Container Runtime. Unfortunately, no repository data comes back when I add that to my YUM configuration.
If I try to curl the URL I would normally expect to see repository contents but instead I get a 301 (Moved Permanently) showing a Location header that points to the same path with the HTTP protocol. Querying for the HTTP (not HTTPS) path shows a 301 redirect back to the HTTPS path.
How or from where should I get the nvidia-container-runtime RPMs?
HTTPS query
curl -i https://nvidia.github.io/nvidia-container-runtime/centos7/x86_64
HTTP/1.0 200 Connection established
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Content-Type: text/html
Location: http://nvidia.github.io/nvidia-container-runtime/centos7/x86_64/
Access-Control-Allow-Origin: *
Expires: Tue, 31 Oct 2017 13:58:48 GMT
Cache-Control: max-age=600
X-GitHub-Request-Id: E052:327E:D6217C2:1356DBD7:59F87F3F
Content-Length: 178
Accept-Ranges: bytes
Date: Tue, 31 Oct 2017 13:48:48 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-iad2123-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1509457728.107603,VS0,VE6
Vary: Accept-Encoding
X-Fastly-Request-ID: b07db5257415504b3d8ff5838ab4a6e01e21b2fc
<html><head><title>301 Moved Permanently</title></head><body bgcolor="white"><center><h1>301 Moved Permanently</h1></center><hr><center>nginx</center></body></html>
The RPM repository identified at NVIDIA-docker (CentOS 7 configuration) points to NVIDIA Container Runtime. Unfortunately, no repository data comes back when I add that to my YUM configuration.
If I try to curl the URL I would normally expect to see repository contents but instead I get a 301 (Moved Permanently) showing a Location header that points to the same path with the HTTP protocol. Querying for the HTTP (not HTTPS) path shows a 301 redirect back to the HTTPS path.
How or from where should I get the nvidia-container-runtime RPMs?
HTTPS query
HTTP query