-
Notifications
You must be signed in to change notification settings - Fork 250
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 Build not working anymore #299
Comments
I faced the same issue. It looks like that there is a conflict between flask and snappass, both requiring a specific version of Werkzeug. Workaroundrequirements.txt
Dockerfile
docker-compose.yaml
Run: Enjoy. |
Its missing PIP packages which aren't installed, i fixed it by removing requirements.txt from .dockerignore and adding
In the Dockerfile then it built and ran fine |
Hi everyone, sorry for the late response. The issue should have been resolved by #303 |
After upgrading to the latest code and building the Docker image from it, snappass stops working and runs into an endless restart loop, due to the following error:
I assume it's caused by any version update from the requirements.txt, but couldn't figure out which constellation would result in a working app again.
The text was updated successfully, but these errors were encountered: