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

Docker cannot stat 'gui/streamlit_app.py' #3

Open
moritztim opened this issue Sep 4, 2023 · 0 comments
Open

Docker cannot stat 'gui/streamlit_app.py' #3

moritztim opened this issue Sep 4, 2023 · 0 comments

Comments

@moritztim
Copy link

$ sudo docker build -t  python:3.10-slim .
#...
debconf: delaying package configuration, since apt-utils is not installed
#...
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
Removing intermediate container 6fab6ceb90bc
 ---> de209119410f
Step 6/8 : RUN cp gui/streamlit_app.py .
 ---> Running in 600dc5e40c31
cp: cannot stat 'gui/streamlit_app.py': No such file or directory
The command '/bin/sh -c cp gui/streamlit_app.py .' returned a non-zero code: 1
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

1 participant