leomaurodesenv / data-science-api-framework

A simple framework to test and deploy your Data Science API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Flask is not available in the container image

leomaurodesenv opened this issue · comments

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)