Machine Learning Models  deployment inside Docker Containers ??

Machine Learning Models deployment inside Docker Containers ??

Machine learning = Machine learning (ML) is a branch of artificial intelligence (AI) that focuses on building applications that can automatically and periodically learn and improve from experience without being explicitly programmed.

Docker = Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications.

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

?? Create a blog/article/video step by step you have done in completing this task. 

?? Submit the link of blog/article or video 

To pull centos docker image:

 docker pull centos

 

To create a new container:

docker run -it --name=summerinternship centos


To install python software on the top of docker container:

yum install python3

To copy code from base os to docker container: (note = here summerinternship2021 is folder in the base os which contains all the dataset and jupyter machine learning model code for those dataset. For reference you can check it from my github link provided with this blog.

docker cp summerinternship2021 summerinternship:/
No alt text provided for this image

To confirm dataset in docker container:

vim 50_Startups.csv
No alt text provided for this image


要查看或添加评论,请登录

Anuj Ramola的更多文章

  • TLS CERTIFICATES FOR NEW KUBERNETES ADMIN !

    TLS CERTIFICATES FOR NEW KUBERNETES ADMIN !

    "YOU are now Kubernetes admin for managing the Kubernetes cluster. How are you authenticated to the different services…

  • Project part A: CI (Continuous Integration ) Using AWS cloud

    Project part A: CI (Continuous Integration ) Using AWS cloud

    AWS CodeCommit & CodeBuild Automate Development Lifecycle

  • K- Means Clustering

    K- Means Clustering

    The k-means algorithm is a clustering algorithm. That means that you have a bunch of points in some space, and you want…

  • Java Script use cases :

    Java Script use cases :

    What is javascript? JavaScript is a scripting or programming language that allows you to implement complex features on…

  • Task 05 ??????

    Task 05 ??????

    CONFUSION MATRIX : The confusion matrix was invented in 1904 by Karl Pearson. He used the term Contingency A confusion…

  • Task on basic_image_operations

    Task on basic_image_operations

    Task details : Task 4.1 ?? Create image by yourself Using Python Code ?? Task 4.

  • TASK:02

    TASK:02

    Task Description ?? ?? GUI container on the Docker ?? Launch a container on docker in GUI mode ?? Run any GUI software…

  • Task 7.1

    Task 7.1

    ?? 7.1: Elasticity Task A-Integrating LVM with Hadoop and providing Elasticity to DataNode Storage.

  • Arth learner:Task :06 ?? Create High Availability Architecture with AWS CLI ??

    Arth learner:Task :06 ?? Create High Availability Architecture with AWS CLI ??

    Before starting the task let me state you the outline: Things we have to do: In command prompt of windows operating…

  • Task :05 "To explore the benefits which multinational companies are getting from AL/ML".

    Task :05 "To explore the benefits which multinational companies are getting from AL/ML".

    Lets discuss about some online platforms ,using this advance technology of ML/AI. 1.

社区洞察

其他会员也浏览了