vinukarthek/fastapi

By vinukarthek

Updated 10 months ago

Machine Learning Model Served in Fast API & Deployed in Docker Engine

Image
Data Science
Machine Learning & AI

101

Image Name: resume

Description

This Docker image contains a simple machine learning model served with Python FastAPI Framework.

Usage
  1. Pull the Image To use this image, first pull it from the Docker Hub registry:

    docker pull vinukarthek/fastapi:latest
    
    
  2. 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 Command

docker pull vinukarthek/fastapi