Skip to content

Jeffrey-JDong/fastapi-sklearn-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-sklearn-demo

Deployment with Docker

1.Build the Docker image

docker build -t fastapi:v0.1 .

2.Running the Docker image

docker run -p 8000:8000 fastapi:v0.1

3.Entering into the Docker image

docker run -it --entrypoint /bin/bash fastapi:v0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published