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
I want to install a package in my container using setup.py file. I did it by
RUN --mount=type=bind python setup.py install
but got
python: can't open file '/home/app/setup.py': [Errno 2] No such file or directory
I use windows 10 os with Docker version 20.10.0, build 7287ab3 running in wsl.
Docker version 20.10.0, build 7287ab3
The text was updated successfully, but these errors were encountered:
We're trying to improve this in #1472
Atm, to debug mounts I'd recommend just running ls and mount to see that all files you expect are there.
ls
mount
Sorry, something went wrong.
No branches or pull requests
I want to install a package in my container using setup.py file. I did it by
but got
I use windows 10 os with
Docker version 20.10.0, build 7287ab3
running in wsl.The text was updated successfully, but these errors were encountered: