moshen / microsoftmlserver-docker

An unofficial Microsoft Machine Learning Server Docker image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.