Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 151 Bytes

File metadata and controls

9 lines (8 loc) · 151 Bytes

Build

docker build -t examples .

Run

docker run --name my_examples -p 8887:8888 -v `pwd`:/notebooks -it --rm examples