brice-gros / dockerfiles

Various Docker Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerfiles

Various Docker Files

heavy-jupyter

Container for jupyter notebooks with :

To build and use from this repo:

docker-compose -f "heavy-jupyter/docker-compose.yml" up -d --build

To use prebuilt image:

docker pull bricegros/heavy-jupyter
docker run -d -P --net=host -v ./data:/home/jovyan/work bricegros/heavy-jupyter

Then, open a browser to localhost:8888, use asdf when prompted

About

Various Docker Files

License:The Unlicense