-
Notifications
You must be signed in to change notification settings - Fork 10
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
Nginx 504 gateway timeout #5
Comments
Please share the content of the following files:
|
nginx_stdout.log -Empty
|
All right, so the workers are killed as soon as they are spawned by gunicorn. It doesn't tell us why though. I noticed that the Dockerfile is outdated (in 3 months, gosh) and yet another apt package has been removed/changed/etc. So I need to invest time into the issue. In the meanwhile, consider creating a separate Python env locally (on host), running
Navigate to localhost:8000. Consider also a command line interface described in Readme. |
Sorry for taking this so long. I've been occupied by survival tasks. I've made a fix, available on master (a few hours and will be available on the Dockerhub as well). Please check if this works for you. I've tested the docker images locally. Feel free to reopen the issue if the problem still persists. |
The same issue remains. |
@markland556 please tell me the branch (tag) you're using. Is it the latest or pocl? |
EDIT: Sorry, Using latest
|
Malformed response. Write again. |
Using Latest |
Are you sure you've updated the
|
And also I assume you have a GPU on the machine from which you start the |
Please check if other branches (tags) work for you:
|
Verified Python version is 3.8 for gpu version. Tried both cpu and pocl version with same 504 gateway issue. |
Are you launching the docker image on your host machine or on web services like AWS? |
This is docker running on a Ubuntu VM on a Proxmox hypervisor. It worked at one point in the past, But i think everything was redone at some point and havent had it working since. |
Have been trying to troubleshoot to the best of my abilities with no luck. Fresh docker container built and always get 504 bad gateway. Seems like it can not connect to gunicorn web service. Not sure what to try next.
The text was updated successfully, but these errors were encountered: