You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried adding a dash app to /app/dash. I've verified that it runs as expected when I do python3 app/dash/K562.py, when I import default dash rather than from .dash import Dash
When I build and run the container, the logs are clean:
$ docker logs -f flask-dash-app_web_1
* Serving Flask app 'app/main' (lazy loading)
* Environment: development
* Debug mode: on
However, I'm unable to load the page:
Where might I be able to find logs inside the container which suggest where the error is?
The text was updated successfully, but these errors were encountered:
I've tried adding a dash app to
/app/dash
. I've verified that it runs as expected when I dopython3 app/dash/K562.py
, when I import defaultdash
rather thanfrom .dash import Dash
When I build and run the container, the logs are clean:
However, I'm unable to load the page:
Where might I be able to find logs inside the container which suggest where the error is?
The text was updated successfully, but these errors were encountered: