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 ā¦..