Docker: ollama: Server unavailable, error code: 349453

I created this space that allows me to use the ollama server endpoints:

I can call “https://mano-wii-ollama.hf.space/api/chat

But the equivalent that is compatible with OpenAI’s API doesn’t work: “https://mano-wii-ollama.hf.space/v1/chat/completions

It returns {"error":{'proxy_note': 'Server unavailable, error code: 349453'}}.

I saw other forums about this same error.
Locally it seems to work, but on huggingface there is this problem.

To test, you can use the code from this page: