Update:
ok. I am at the end of my tether with this.
I have added logging for nginx, and for fastapi in an attempt to trace online what is going on. No change. The docker container is running fine locally, but nginx is not reverse proxying properly in huggingface.
I was able to select the ‘Run in Docker’ option. This provided me the ref link required to pull my huggingface image locally and run on docker desktop.
It ran just fine locally. This tells me that it is not a rebuild issue. Something is different from an env config between the docker container host locally versus in huggingface.
Any assistance appreciated.