From 001b3b7936a95c033579d1c5291de1069dda83d0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 20 Jan 2016 14:00:39 +0100 Subject: [PATCH] install widgets --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73446c7e2..632edd469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,8 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \ apt-get update -qq && \ DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \ \ - pip3 install --no-cache-dir --pre -e /usr/src/jupyter-notebook && \ + pip3 install --no-cache-dir /usr/src/jupyter-notebook && \ + pip3 install ipywidgets && \ \ npm cache clean && \ apt-get clean && \