We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добрый день. У меня произошла такая ошибка. Подскажите, пожалуйста, как исправить.
sudo docker-compose build sova-asr Building sova-asr Step 1/18 : FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 ---> aee6ba485fef Step 2/18 : ARG DEBIAN_FRONTEND=noninteractive ---> Using cache ---> 49cb35981849 Step 3/18 : RUN apt-get update && apt-get upgrade -y && apt-get autoremove && apt-get autoclean ---> Running in d2a3e7c097c1 ERROR: Service 'sova-asr' failed to build: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #1: 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Добрый день. У меня произошла такая ошибка. Подскажите, пожалуйста, как исправить.
sudo docker-compose build sova-asr
Building sova-asr
Step 1/18 : FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
---> aee6ba485fef
Step 2/18 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> 49cb35981849
Step 3/18 : RUN apt-get update && apt-get upgrade -y && apt-get autoremove && apt-get autoclean
---> Running in d2a3e7c097c1
ERROR: Service 'sova-asr' failed to build: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #1: 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
The text was updated successfully, but these errors were encountered: