-
Notifications
You must be signed in to change notification settings - Fork 627
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
Failed to Load&Run Docker Container #18
Comments
Louis, |
Hi Mario, I followed the instructions carefully twice and solved the previous issue. Regards, |
Thank you Louis, that fixed the issue. |
I know this post is old but maybe help somebody. if you try:
so, update permission: |
@rmsys good workaround. Changing the permissions of /var/run/docker.sock by hand will only fix the problem temporarily. The permissions of A more permanent solution is to create the |
I met the problem and added sudo before the shell command. Then it ran successfully. |
aa |
I solved this by: $ sudo usermod -G docker -a $USER
$ sudo service docker start # Or to persist: $ sudo systemctl enable docker --now |
I was running into this on v4.14.x, v4.15.0, and v14.16.2 -- ended up identifying the following fix: Check your ~/.docker/config.json file for a currentContext key. e.g. "currentContext": "desktop-linux" In my case, removing currentContext from config.json did the trick! |
Hi,
I am trying to install and run the vitis-ai-docker-tools following the instructions under "Getting Started". I was able to install docker and put my linux user in the group docker. However, there is an issue when I ran the command "./docker_run.sh xilinx/vitis-ai:tools-1.0.0-cpu". Error messages:
docker: unknown server OS: .
See 'docker run --help'.
Could anyone support with this issue? Thanks!
Regards,
Louis
The text was updated successfully, but these errors were encountered: