hpc-container-maker icon indicating copy to clipboard operation
hpc-container-maker copied to clipboard

error dockerfile with example hpcbase-nvhpc-openmpi.py

Open jiaqiwang969 opened this issue 1 year ago • 1 comments

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

jiaqiwang969 avatar Apr 05 '23 01:04 jiaqiwang969

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

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

samcmill avatar Apr 05 '23 22:04 samcmill