Skip to content
New issue

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

bash dev_start.sh error #15517

Open
kawasaki94year opened this issue Sep 4, 2024 · 1 comment
Open

bash dev_start.sh error #15517

kawasaki94year opened this issue Sep 4, 2024 · 1 comment

Comments

@kawasaki94year
Copy link

hello everyone, I run the dev_start.sh file on ubuntu 22.04 LTS use this code bash dev_start.sh,It shows that 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: exec: "true": executable file not found in $PATH: unknown.my docker version is Docker version 27.2.0, build 3ab4256,so how can I resolve this problem?

@kawasaki94year kawasaki94year changed the title bash dev_start.sh config error bash dev_start.sh error Sep 4, 2024
@daohu527
Copy link
Contributor

daohu527 commented Sep 6, 2024

This may be due to a variety of reasons, such as Docker not having permissions, graphics card driver version, etc.

docker permissions

sudo usermod -aG docker $USER

cuda version

nvidia-smi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants