You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thissudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
beforeapt-get update
. This doesn't seem like an elegant solution. Is there a better way to handle this?Thank you!
The text was updated successfully, but these errors were encountered: