-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
I can't make it run on Ubuntu Server 20.04 - on rpi #211
Comments
is your ubuntu 64bits? if true, you can build the docker image with this pull request to solve: |
Can you show your container log for the machine? |
It seems that the official Docker image on Docker hub only supports x64 systems. Therefore it cannot start on a Pi. |
Well the x86 image is also broken with gunicorn emitting I could make it work by increasing I use docker-compose. To change the command:
|
I made it run on Ubuntu Server 18.04, but can't make it run on Ubuntu Server 20.04, on rpi - after staring container it says, that dash machine was started, but from docker ps -a I can see, that it is restarting over and over again.
The text was updated successfully, but these errors were encountered: