LBPM icon indicating copy to clipboard operation
LBPM copied to clipboard

404 Not Found on wget commands; invalid reference format: repository name must be lowercase in singularity commands

Open LinuxPersonEC opened this issue 3 years ago • 2 comments

Using the tutorial on the LBPM page on RHEL 8, all of the wget comments to build the Singularity container fail with:

 wget https://gitlab.com/NVHPC/ngc-examples/-/raw/master/LBPM/input.db
--2022-08-10 14:39:26--  https://gitlab.com/NVHPC/ngc-examples/-/raw/master/LBPM/input.db
Resolving gitlab.com (gitlab.com)... 172.65.251.78
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-08-10 14:39:26 ERROR 404: Not Found.

Also see errors when running this command:

singularity run --nv -B $BENCHMARK_DIR:/benchmark --pwd /benchmark docker://nvcr.io/hpc/LBPM ./run.sh
FATAL:   Unable to handle docker://nvcr.io/hpc/LBPM uri: failed to get checksum for docker://nvcr.io/hpc/LBPM: unable to parse image name docker://nvcr.io/hpc/LBPM: invalid reference format: repository name must be lowercase

singularity version 3.7.1

LinuxPersonEC avatar Aug 10 '22 19:08 LinuxPersonEC

I'm looking into this issue. Can you confirm if you are authenticated to the NGC container repo or are you accessing as a guest?

JamesEMcClure avatar Aug 12 '22 04:08 JamesEMcClure

As a guest, which is probably a big part of the problem. I see sample instructions to login but unfortunately we don't use Docker (the whole needing to be root thing), so I can't invoke a docker command to login at the CLI. I was able to find the 3 files and download them but the singularity command fails with the above error.

LinuxPersonEC avatar Aug 12 '22 13:08 LinuxPersonEC