Running MATLAB Deep learning container

3 views (last 30 days)
Vinay Kanakeri
Vinay Kanakeri on 25 Sep 2020
Answered: Anshika Chaurasia on 30 Sep 2020
I am trying to use MATLAB Deep Learning container on Nvidia GPU cloud. When I run the docker run command, I get the following error although all the requirements are present
$ nvidia-docker run -it --rm -p 5901:5901 -p 6080:6080 --shm-size=512M nvcr.io/partners/matlab:r2020a
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"process_linux.go:385: running prestart hook 1 caused \\\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --utility --require=cuda>=10.1 brand=tesla,driver>=384,driver<385 brand=tesla,driver>=396,driver<397 brand=tesla,driver>=410,driver<411 --pid=4680 /var/lib/docker/overlay2/2bebf39964f9d0bee731212b6b10733685082b832ecee07770f7eb004d40e5d2/merged]\\\\nnvidia-container-cli: requirement error: invalid expression\\\\n\\\"\"": unknown.

Answers (1)

Anshika Chaurasia
Anshika Chaurasia on 30 Sep 2020
Hi Vinay,
Here are few suggestions:
  1. Try restarting your Docker service.
  2. Check your network connections.
If the above mentioned steps don't help you, contact technical support as mentioned here for a detailed resolution to your issue.

Categories

Find more on Containers in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!