Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 162 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 162 Bytes

Build docker

docker build -t mlworkshop .

Run docker

docker run -p 8889:8888 -p 54321:54321 mlworkshop

Open jupyter in browser

http://localhost:8889