Hi @apls777 ,
I have a problem with AWS NVIDIA AMI which fails to start with this error:
2022-05-24 14:37:40,730 P3042 [INFO] The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
I patched it by editing 01_prepare_instance.sh and adding this sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC before apt-get update. This doesn't seem like an elegant solution. Is there a better way to handle this?
Thank you!
Hi @apls777 ,
I have a problem with AWS NVIDIA AMI which fails to start with this error:
2022-05-24 14:37:40,730 P3042 [INFO] The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CCI patched it by editing
01_prepare_instance.shand adding thissudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CCbeforeapt-get update. This doesn't seem like an elegant solution. Is there a better way to handle this?Thank you!