Bench install problem in ERPNext Docker installation on windows

I am following this tutorial frappe_docker/README.md at main · frappe/frappe_docker · GitHub to install ERPNext on my docker installation.

I am able to log into the development directory in the container using vscode but I am not able to install bench. this is the error I am getting.

frappe@46cc3449b6b9:/workspace/development$ bench init --skip-redis-config-generation --frappe-branch version-12 frappe-bench
WARN: bench is installed in editable mode!

This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`

[Errno 13] Permission denied: 'frappe-bench'
ERROR: There was a problem while creating frappe-bench
Do you want to rollback these changes? [Y/n]: 

Somebody please help me.

Hi @aa_prashant,

Did you find solution to this issue, I am facing same error on linux, I am able to login to the development directory in vscode container but getting the ‘Permission Denied’ error when trying to ‘bench init’ command

Thanks in Advance,
Vinod

Use devcontainer as non root user