-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
[BUG] pip not installed so docker image incomplete #329
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue. |
I had same issue. It can be fixed simply by changing "python3" to "/lsiopy/bin/python3" here:
|
That's not a proper solution. You need to fix the env vars you're setting. |
Right, as reference for others - when compared to fresh deployment I was missing "/lsiopy/bin" in PATH variable. |
The real solution is that you should not be setting the PATH variable at all. It's meant to be an internal var that is set in the image, not externally in compose or docker run |
Is there an existing issue for this?
Current Behavior
logs show a persistent error looking for the Flask package and web site is inaccessible (not running)
Instance fixed by:
docker exec -it calibre-web /bin/bash
Expected Behavior
web site is acccessible
Steps To Reproduce
fresh docker compose
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: