Creating and deploying Machine Learning model using Python inside Docker container

Task Description π
π Pull the Docker container image of CentOS image from DockerHub and create a new container
π Install the Python software on the top of docker container
π In Container you need to copy/create machine learning model which you have created in jupyter notebook
Letβs Start
Prerequisite :- configure docker in your OS
Use the below code to run pull the docker image
docker pull vineetn01/simple_linear_regression

this is the code I am using inside my docker image

Letβs launch the container os and see the output

Thank You β¦..