I have set up a Flask API to try and host my TensorFlow model online which I'm using for a mobile app - I have created a docker image with all of the correct imports and whenever I run the docker container the terminal shows this but I can't see it on these URLs:
- Running on all addresses (0.0.0.0)
- Running on http://127.0.0.1:5000
- Running on http://172.17.0.3:5000