Running MATLAB Deep learning container

조회 수: 2 (최근 30일)
Vinay Kanakeri
Vinay Kanakeri 2020년 9월 25일
답변: Anshika Chaurasia 2020년 9월 30일
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.

답변 (1개)

Anshika Chaurasia
Anshika Chaurasia 2020년 9월 30일
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.

카테고리

Help CenterFile Exchange에서 Containers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by