This work is licensed under Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
To obtain a commercial license for this work, or to customize this for your needs, please contact us at [email protected]
One image to rule them all
This image is created with the goal of making learning Machine Learning / Deep Learning / Big Data stack easier.
It has most commonly used software installed and configured, so students can start working with the technologies, rather than wasting a lot of time setting up.
Get it from docker.com
Versions
$ docker pull elephantscale/es-training:prod2
$ docker images
# you should see 'elephantscale/es-training:prod2'
You can download our dataset from here
Unzip data file into ~/data directory.
This directory will be mounted by docker under /data directory
Download this script and save it as run-docker.sh
# Now go to the project directory
$ cd /path/to/my_project
# Start docker from this project directory.
# This directory will be mounted in ~/dev directory in docker
# ElephantScale/projects @ host --> ~/dev within container
# run it (adjust your path)
$ bash run-docker.sh
# or
# run with custom password
$ bash run-docker.sh -p MY_PASSWORD
Go to http://localhost/ to access the page
For Jupyter and SSH and noVNC the password is : bingobob123
| on Host | Within Docker | Purpose |
|---|---|---|
| Current working directory | ~/dev | all working files are here |
| ~/data | /data | data files |
See README-dev.md
Content type
Image
Digest
Size
7.1 GB
Last updated
almost 6 years ago
docker pull elephantscale/es-training