From 12a89763ebda4c588187430070b9b72e2c3b231d Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 14 Apr 2017 11:43:06 -0700 Subject: [PATCH] Install ipywidgets in base I consider it part of base notebook install :) --- singleuser-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singleuser-builder/Dockerfile b/singleuser-builder/Dockerfile index 2bebcf38..19473e99 100644 --- a/singleuser-builder/Dockerfile +++ b/singleuser-builder/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /home/jovyan USER jovyan RUN python3 -m venv ${APP_DIR}/venv -RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir notebook==5.0.0 jupyterhub==0.7.2 +RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir notebook==5.0.0 jupyterhub==0.7.2 ipywidgets==5.2.3 COPY ./s2i/bin/ /usr/libexec/s2i