NVIDIA / nvidia-container-toolkit

Build and run containers leveraging NVIDIA GPUs
Apache License 2.0
2.33k stars 251 forks source link

Repo does not have a release file. Cannot build. #706

Open acidtonic opened 3 weeks ago

acidtonic commented 3 weeks ago

I am getting the following error simply trying to build the container with make.

Any ideas here? pulled latest nvidia-container-toolkit and trying to build on Gentoo x86_64.

#11 1.877 Reading package lists...
#11 1.884 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
#11 1.884 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
#11 1.884 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
#11 1.884 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.66.132 80]
#11 1.884 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
#11 1.884 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
#11 1.884 E: Some index files failed to download. They have been ignored, or old ones used instead.
acidtonic commented 2 weeks ago

Anyone else? I tried on a fresh machine and got the same error. Is this upstream or this repo?

elezar commented 2 weeks ago

@acidtonic which commands are you using to build the toolkit?

Note that we typically use containerised builds to produce our packages and as such our native build targets may need some tweaking to get running.

acidtonic commented 2 weeks ago

I tried just using make from the checked out repo base directory. Is that the correct way to go about it?