Skip to content

ptzagk/microsoftmlserver-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Microsoft Machine Learning Server Docker Image

An unofficial Docker image for the Microsoft Machine Learning Server.

This followed the installation instructions for Ubuntu 14.04-16.04.

forthebadge forthebadge

Prerequisites

To use this image, you need to install Docker first.

Getting the Docker image

docker pull johnpaulada/microsoftml

Usage

Open a console

docker run -it johnpaulada/microsoftml /bin/bash

Use the Machine Learning Server Python command

docker run -it johnpaulada/microsoftml mlserver-python

Opening Jupyter Notebooks

To open a Jupyter notebook, run this on your console:

docker run -p 8888:8888 -it johnpaulada/microsoftml /opt/microsoft/mlserver/9.2.1/runtime/python/bin/jupyter notebook --no-browser --port=8888 --ip=0.0.0.0 --allow-root

Then copy the link the command will give you and open it in your browser.

Notes

  • The image is pretty big so make sure you have some space left on your computer.

License

MIT

About

An unofficial Microsoft Machine Learning Server Docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published