Hosting Plotly-Dash app with Docker

Hi! Can you host a Dash app with Docker in a space?

I’m trying to and the space builds correctly (I can see the "app is running at ‘address’ thing) but the app doesn’t show up. Am I doing something wrong or is just not compatible?

I’ve tried these:

CMD ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "username-space-name.hf.space"]

CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7680"]

hi @raulminan , can you provide the full example for your plotly dash Space? We can help you make it work, thanks

Sure! Here is the link Pdbbind Gpcrdb Embedding Plots - a Hugging Face Space by raulminan