carolynvs / howtowhale

howtowhale.com

Home Page:http://howtowhale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make notebook docker image smaller

carolynvs opened this issue · comments

Right now I'm basing my notebooks off of jupyter/singleuser. Switch to a minimal notebook that only has the bash-kernel so that the user notebook starts faster. Right now it's 3-4 minutes and I'd prefer < 60s.

Fixed in 2bc81ce. Use minimal-notebook instead.