sotetsuk / docker-py3-machine-learning

Docker image for reproducible machine learning in Python3
https://hub.docker.com/r/sotetsuk/py3-machine-learning/
MIT License
3 stars 1 forks source link

GitHub release Docker Pulls license

Docker image for reproducible machine learning in Python3

Have you ever been bothered by building machine learning environments? This docker image is for you! Let's enjoy machine learning in the reproducible enviromnent easily.

Features

Installed Packages

See package_list.txt for details.

Usage

$ docker pull sotetsuk/py3-machine-learning

Run interactively

$ docker run -it sotetsuk/py3-machine-learning

Run Jupyter Notebook

$ docker -d -p 8888:8888 sotetsuk/py3-machine-learning /run_jupyter.sh

with sharing current directory:

docker run -v $(pwd):/work -d -p 8888:8888 sotetsuk/py3-machine-learning /run_jupyter.sh

Run as IntelliJ (PyCharm) interpreter

  1. Install Python and Docker integration plugins.
  2. Follow these steps:
    • [Create New Project]
    • [Python]
    • Python SDK [NEW]
    • [Add Remote]
    • Finally,
    • Check [Docker]
    • Server: [New] => [OK] (change nothing)
    • Image name: sotetsuk/py3-machine-learning:latest (or another version)
    • Python interpreter path: python3

Versioning

How to contribute

Any contribution is more than welcome! Fork the repo and send PR!

LICENSE

MIT