From c4dbf2875b4301c04f84c31d8bc2f70758eb5355 Mon Sep 17 00:00:00 2001 From: "yi.wu" Date: Wed, 12 Apr 2017 17:38:39 +0800 Subject: [PATCH] fix dev image build error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59287c52257..90aa7409028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN pip install --upgrade pip && \ pip install -U wheel pillow BeautifulSoup && \ pip install -U docopt PyYAML sphinx && \ pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \ - pip install -U pre-commit 'requests==2.9.2' jupyter + pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' jupyter RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \ cd cmake-3.4.1 && ./bootstrap && make -j `nproc` && make install && \ -- GitLab