Skip to content

An unofficial Microsoft Machine Learning Server Docker image.

Notifications You must be signed in to change notification settings

rcarmo/docker-ml-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Microsoft Machine Learning Server Docker Image

An unofficial Docker image for the Microsoft Machine Learning Server, somewhat cleaned up.

Usage

Open a console

docker run -it rcarmo/microsoftml /bin/bash

Use the Machine Learning Server Python command

docker run -it rcarmo/microsoftml mlserver-python

Opening Jupyter Notebooks

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

docker run -p 8888:8888 -it rcarmo/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.

License

MIT

About

An unofficial Microsoft Machine Learning Server Docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%