NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.29k stars 139 forks source link

Update GPG key in Dockerfile to fix apt-get update error #113

Closed onpix closed 1 year ago

onpix commented 1 year ago

The GPG keys have been updated, as mentioned in this NVIDIA forum post. Consequently, executing apt-get update during the Docker build process may result in the error below:

Err:6 http://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

Using the updated GPG key into the Dockerfile resolves this issue.

jannehellsten commented 1 year ago

Thanks for the suggestion! Rather than fix the PGP key issue, I chose to upgrade the Docker base image.