A simple project to test fastmlapi package
- Create a docker image
docker build -t ml-api-test-img .- Run the container with port 8001 redirected (choose the 8001 port so it's unique in the system)
docker run -d --name ml-api-test -p 8001:8000 ml-api-test-img