Given that your key has expired.
$ gpg --list-keys
$ gpg --edit-key KEYID
Use the expire command to set a new expire date:
#!/bin/bash | |
set -e | |
# Step-by-Step Installation Guide | |
# Step 0: Remove existing NVIDIA drivers and CUDA installations | |
sudo yum erase -y nvidia cuda | |
# Step 1: Update the system and install dependencies |