Tested in Window 10, Ubuntu 20.04.
The flask API run using python app/daemon.py. However, I cannot access into the container image.
The logs show that everything is ok:
* Serving Flask app "data-science-api" (lazy loading)
* Environment: development
* Debug mode: off
* Running on http://127.0.0.1:5050/ (Press CTRL+C to quit)
Tested in Window 10, Ubuntu 20.04. The flask API run using
python app/daemon.py
. However, I cannot access into the container image. The logs show that everything is ok: