问题描述:
在build docker的时候出现报错
1 | The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease' is not signed. |
仓库如下
1 | pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel |
解决方案:
https://tickets.dominodatalab.com/hc/en-us/articles/6101281885076-Build-error-for-nvidia-GPG-key
A new key is available and can be installed in your build with the following process. Take note of the inline comments as they are important.
1 | #fix nvidia gpg key |
NOTE: when adding the additional instructions make sure the new RUN commands are executed prior to any other update operations (apt or yum), otherwise the run will fail .