Sign inSign up

ahoereth/ml-lab

By ahoereth

•Updated over 9 years ago

Python 3 machine learning environment with jupyter notebooks and jupyter lab.

Image
0

10K+

ahoereth/ml-lab repository overview

⁠Docker Python 3 & Jupyter Environment

⁠Example usage

Expose jupyter notebook and lab at localhost:8888 and localhost:8889 respecitvely and mount the /home/work/src directory:

docker run --name lab -v /host/work/src:/home/mia/src -p 8888:8888 -p 8889:8889 ahoereth/ml-lab

Enter its bash (in a new terminal):

docker exec -it lab bash

Tag summary

Content type

Image

Digest

Size

327 MB

Last updated

over 9 years ago

docker pull ahoereth/ml-lab