Skip to content

yantonov/ml-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

These scripts help to use python machine learning libraries through docker images.

This is just a playground.
For the specific task, you may choose a specific set of packages and create a smaller image.

Docker file provides:

  1. python 3
  2. anaconda
  3. jupiter
  4. jupiterlab

Some additional libraries:
Pip packages

Usage:

Add repository to PATH variable (or create alias/shortcut for run.sh script).

Run jupiter notebook:

    run.sh notebook

Run jupiter lab:

    run.sh lab
    # or
    run.sh

After that you can connect to notebook at localhost:8888, current working directory will be mounted also.

Links:

  1. Docker hub
  2. Repository of the base image.