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

DMV-CNN build fails on apt-get update #24

Closed
jwitos opened this issue May 5, 2022 · 1 comment · Fixed by #25
Closed

DMV-CNN build fails on apt-get update #24

jwitos opened this issue May 5, 2022 · 1 comment · Fixed by #25
Assignees

Comments

@jwitos
Copy link
Collaborator

jwitos commented May 5, 2022

Step 1/17 : FROM nvidia/cuda:10.1-base-ubuntu18.04
 ---> 63d871da0034
Step 2/17 : RUN apt-get update && apt-get install -y libglib2.0-0    libsm6     libxext6     libxrender-dev     zlib1g-dev     libjpeg-dev     vim     git     bash     wget     python3.6     python3-pip     && rm -rf /var/lib/apt/lists/*
 ---> Running in 7b289bbffb91

[...]

Get:23 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64  Packages [73.8 kB]
Reading package lists...
W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease' is not signed.
The command '/bin/sh -c apt-get update && apt-get install -y libglib2.0-0    libsm6     libxext6     libxrender-dev     zlib1g-dev     libjpeg-dev     vim     git     bash     wget     python3.6     python3-pip     && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
@jwitos jwitos self-assigned this May 5, 2022
jwitos added a commit that referenced this issue May 5, 2022
@jwitos
Copy link
Collaborator Author

jwitos commented May 5, 2022

Relevant threads:
NVIDIA/nvidia-container-toolkit#258
NVIDIA/nvidia-container-toolkit#257

will push the fix momentarily

@jwitos jwitos mentioned this issue May 5, 2022
@jwitos jwitos closed this as completed in #25 May 5, 2022
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

Successfully merging a pull request may close this issue.

1 participant