vinukarthek/fastapi
Machine Learning Model Served in Fast API & Deployed in Docker Engine
101
This Docker image contains a simple machine learning model served with Python FastAPI Framework.
Pull the Image To use this image, first pull it from the Docker Hub registry:
docker pull vinukarthek/fastapi:latest
Run the Container To use this image, first pull it from the Docker Hub registry:
#docker run -d --name container-name -p host-port:container-port username/repository-name:tag
docker run -d --name winequality-fastapi -p 8080:8080 vinukarthek/fast:latest
docker pull vinukarthek/fastapi