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

Permission denied for docker command #5

Open
rakzz14 opened this issue Apr 18, 2022 · 1 comment
Open

Permission denied for docker command #5

rakzz14 opened this issue Apr 18, 2022 · 1 comment

Comments

@rakzz14
Copy link

rakzz14 commented Apr 18, 2022

I am still facing this issue even after restarting my machine.
Are there any workarounds available?

Referring to the following step :
docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u $USER):$(id -g $USER) openlane:rc2

Note: If you face "permission denied" after executing the above command, just restart the machine once. Else logout/login of the user to see the changes reflect immediately.

Error which I am facing:
Unable to find image 'openlane:rc2' locally

@MohamedAliYounis
Copy link

The problem is in the name of openlane image.... you will find it in makefile on this path ../vsdflow/work/tools/openlane_working_dir/openlane/docker/Makefile
on the latest version it's "efabless/openlane:current"
so the command will be:
docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u $USER):$(id -g $USER) efabless/openlane:current

Regards,
Younis

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