Dockerfile for studying/analyzing with Machine Learning.
- Python3.5.1 on Anaconda3
- NVIDIA GPU support (CUDA 7.5 + cuDNN 4)
- Jupyter Notebook
- numpy
- scipy
- matplotlib
- nltk
- gensim
- TensorFlow (removed)
- Theano
- Keras
- Lasagne
- Chainer
- Torch7
- scikit-learn
Pull docker image from DockerHub
$ docker pull uetchy/machinelearning
$ docker run -v $PWD:/app -p 80:8888 -it uetchy/machinelearning jupyter
$ open http://$(docker-machine ip default)
default is a Docker Machine name. you would replace with whatever you want.
Docker Remote API users beware: Volume mounting is not available for Docker connected from Remote API
$ docker run -it uetchy/machinelearning python
$ docker run -it uetchy/machinelearning
$ cd /usr/src
$ ls