https://github.com/elefthei/apola-dl-notebook
Jupyter notebook docker server with TensorFlow, Caffe, iTorch and more.
https://github.com/elefthei/apola-dl-notebook
Last synced: 11 months ago
JSON representation
Jupyter notebook docker server with TensorFlow, Caffe, iTorch and more.
- Host: GitHub
- URL: https://github.com/elefthei/apola-dl-notebook
- Owner: elefthei
- License: mit
- Created: 2016-09-22T15:39:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T18:59:14.000Z (over 8 years ago)
- Last Synced: 2025-04-11T21:19:49.072Z (about 1 year ago)
- Language: Python
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apola-dl-notebook
Jupyter notebook docker server with TensorFlow, Caffe, Keras, iTorch and more.
`Apola (Greek, adj): With everything.`
Our Deep Learnign sandbox docker image, works out of the box! Based on Ubuntu 14.04 Trusty, actually based on tensorflow/tensorflow image.
### Usage
Simple run: `docker run -it -p 8888:8888 elefthei/apola-dl-notebook`
Run with local volume (persistent notebooks): `docker run -it -p 8888:8888 -v $(HOME)/notebooks:/notebooks elefthei/apola-dl-notebook`
Run with GPU acceleration and persistent notebooks (best): `nvidia-docker run -it -p 8888:8888 -v $(HOME)/notebooks:/notebooks elefthei/apola-dl-notebook:gpu`
### Connect
From your browser, conenct to `http://localhost:8888` to enter your Jupyter sandbox.