Skip to content
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

copy of #89 -- The repository 'https://nvidia.github.io/libnvidia-container/stable/deb/amd64 InRelease' is not signed. #409

Open
twilwa opened this issue Mar 14, 2024 · 4 comments

Comments

@twilwa
Copy link

twilwa commented Mar 14, 2024

Hi, it seems as though in issue #89 , marked as closed, the solution to the error in the issue title is to proceed with 18.04. However, the documentation does not (or no longer does) reflect this accurately:

image
results in
image
i'll attempt with the 18.04 release and follow up with another comment if that resolves the issue, but in any case, the documentation should be updated.

@twilwa
Copy link
Author

twilwa commented Mar 14, 2024

image

is the error after attempting the solution described in #89 .

attempting to solve by replacing

curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
&& curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list |
sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' |
sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list

with

(as before)
curl -s -L https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/nvidia-container-toolkit.list
(as before)

results in the error in the attached image.

further guidance would be appreciated :)

@elezar
Copy link
Member

elezar commented Mar 14, 2024

@twilwa could you confirm that each of the steps yields sane output / results.

  1. Does the /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg file exist and contain the content it should?
  2. Do the lines of /etc/apt/sources.list.d/nvidia-container-toolkit.list contain the references to this key?

@twilwa
Copy link
Author

twilwa commented Mar 14, 2024

@elezar The file exists, how would I verify if it contains the contents it should?
The lines of the toolkit.list file do contain references to nvidia-container-toolkit-keyring.gpg, see the attached image.
image

@twilwa
Copy link
Author

twilwa commented Mar 14, 2024

Haven't managed a successful cuda install yet, but https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it
image
ended up being a way to resolve the held-back packages, at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants