Skip to content

wangm23456/jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

step by step

  1. build the Base

    cd Base
    docker build . -t "base-image"
  2. build the Stack

    cd Stack
    docker build . -t "stack-image"
  3. compose up the Jupyter

    cd Jupyter
    docker-compose -f "docker-compose.yml" up -d --build

note: in my case, I use the "namespace" to share the volume between host and container.

From jupyter/datascience-notebook

cd datasci
docker build . -t wangm/datasci-lab-base:v0.1
docker-compose -f "docker-compose.yml" up -d

note: in my case, I use the "namespace" to share the volume between host and container.

reference: https://github.com/stefanproell/jupyter-notebook-docker-compose

About

jupyter lab container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published