I have just followed the instructions in:
and downloaded the docker image with the following command:
docker pull nvcr.io/hpc/julia:v2.4.1
and run the container with:
nvidia-docker run -it --rm --gpus all nvcr.io/hpc/julia:v2.4.1
the following command indicated in the documentation:
nvidia-docker run -it --rm --gpus ‘’ all nvcr.io/hpc/julia:v2.4.1
is not working.
After the container is running I want to test it, but it fails with the following error:
the following is the details of my environment installed in the host:
any suggestion on what this error is?