NVIDIA / hpc-container-maker

HPC Container Maker
Apache License 2.0
456 stars 93 forks source link

error dockerfile with example hpcbase-nvhpc-openmpi.py #457

Open jiaqiwang969 opened 1 year ago

jiaqiwang969 commented 1 year ago
echo "deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /" >> /etc/apt/sources.list.d/hpccm.list
    apt-get update -y
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        nvhpc-20-7-cuda-multi

7 2.777 W: GPG error: https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F338EA0E0105AB24

samcmill commented 1 year ago

Does adding tarball=True to the nvhpc building block resolve the issue?

The hpcbase recipes are out of date - they need to be updated.