You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to set-up the environment. I am using Docker to install all the dependencies.
Particularly at stage 2, when it comes to running a container, i am facing the following error (screenshot of Docker Desktop also attached).
Command:
docker run -d --ipc=host -it -v /home/shahidnawaz/datasets:/home/datasets_local -v /home/shahidnawaz/logs:/home/logs --name mvrss --gpus all mvrss:Dockerfile sleep infinity
Error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown.
I am new to using these tools, any help regarding solution would be much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am struggling to set-up the environment. I am using Docker to install all the dependencies.
Particularly at stage 2, when it comes to running a container, i am facing the following error (screenshot of Docker Desktop also attached).
Command:
docker run -d --ipc=host -it -v /home/shahidnawaz/datasets:/home/datasets_local -v /home/shahidnawaz/logs:/home/logs --name mvrss --gpus all mvrss:Dockerfile sleep infinity
Error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown.
I am new to using these tools, any help regarding solution would be much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: