This contains Dockerfile
s to make it easy to get up and running with
TensorFlow and scikit-learn via Docker.
General installation instructions are on the Docker site, but we give some quick links here:
Linux/MacOS:
$ mkdir /data
Windows:
$ mkdir c:\data
[Note] if you are useing 'Docker for Windows',you need to configuring Shared Drives
Linux/MacOS:
$ docker run -p 8888:8888 -v /data:/notebooks -it--rm asashiho/ml-jupyterlab
Windows:
$ docker run -p 8888:8888 -v /c/data:/notebooks -it --rm asashiho/ml-jupyterlab
This container setup:
- Python 3.6
- tensorflow
- keras
- nomkl
- ipywidgets
- pandas
- numexpr
- matplotlib
- scipy
- seaborn
- scikit-learn
- scikit-image
- sympy
- cython
- patsy
- statsmodels
- cloudpickle
- dill
- numba
- bokeh
- sqlalchemy
- hdf5
- h5py
- vincent
- beautifulsoup4
- protobuf
- xlrd'
- plotly
- Pillow
- google-api-python-client
This container is CPU Only.If you want to use GPU, rebuilding GPU images requires nvidia-docker.
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=<your token>
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/lab/?token=<your token>