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

I can't make it run on Ubuntu Server 20.04 - on rpi #211

Open
ghost opened this issue Jan 13, 2021 · 4 comments
Open

I can't make it run on Ubuntu Server 20.04 - on rpi #211

ghost opened this issue Jan 13, 2021 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 13, 2021

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.

@ralexsander
Copy link

is your ubuntu 64bits? if true, you can build the docker image with this pull request to solve:
#175

@Utkarsh-vishnoi
Copy link

Utkarsh-vishnoi commented Aug 9, 2021

Can you show your container log for the machine?

@Octoate
Copy link

Octoate commented Aug 18, 2021

It seems that the official Docker image on Docker hub only supports x64 systems. Therefore it cannot start on a Pi.

@eric-saintetienne
Copy link

eric-saintetienne commented Aug 7, 2022

Well the x86 image is also broken with gunicorn emitting [CRITICAL] WORKER TIMEOUT every 30s.

I could make it work by increasing gunicorn timeout to 90 or 120 seconds.

I use docker-compose. To change the command:

command: "gunicorn --bind 0.0.0.0:5000 -t 120 wsgi:app"

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

4 participants