Slurmstepd: error: pyxis: [ERROR] URL https://registry-1.docker.io/v2/library

according to [NVIDIA HPC-Benchmarks | NVIDIA NGC]


(NVIDIA HPC-Benchmarks | NVIDIA NGC)

[root@hpl enroot]#
[root@hpl enroot]# docker images|grep ok
hpl-21.4-ok latest 79af28d3f237 9 hours ago 1.5GB
[root@hpl enroot]#
[root@hpl enroot]# ll
total 0
drwxr-xr-x 23 root root 274 Jun 24 21:30 hpl-21.4-ok
[root@hpl enroot]# pwd
/root/.local/share/enroot
[root@hpl enroot]# CONT=‘hpl-21.4-ok’
[root@hpl enroot]# srun -N 1 --ntasks-per-node=1 --cpu-bind=none \

 --container-image="${CONT}" \
 hpl.sh --config dgx-a100 --dat /workspace/hpl-linux-x86_64/sample-dat/HPL-dgx-a100-1N.dat

pyxis: importing docker image: hpl-21.4-ok
slurmstepd: error: pyxis: child 30690 failed with error code: 1
slurmstepd: error: pyxis: failed to import docker image
slurmstepd: error: pyxis: printing enroot log file:
slurmstepd: error: pyxis: [INFO] Querying registry for permission grant
slurmstepd: error: pyxis: [INFO] Authenticating with user:
slurmstepd: error: pyxis: [INFO] Authentication succeeded
slurmstepd: error: pyxis: [INFO] Fetching image manifest list
slurmstepd: error: pyxis: [INFO] Fetching image manifest
slurmstepd: error: pyxis: [ERROR] URL https://registry-1.docker.io/v2/library/hpl-21.4-ok/manifests/latest returned error code: 401 Unauthorized
slurmstepd: error: pyxis: couldn’t start container
slurmstepd: error: spank: required plugin spank_pyxis.so: task_init() failed with rc=-1
slurmstepd: error: Failed to invoke spank plugin stack
srun: error: hpl: task 0: Exited with exit code 1

my problem is that the images is local images,but why go to request the URL https://registry-1.docker.io?
how to solve that error get image from local ? thanks!