From eae68abeed9fd732dac9a6d03a0ab8c0585132f3 Mon Sep 17 00:00:00 2001 From: "yi.wu" Date: Thu, 13 Apr 2017 11:21:05 +0800 Subject: [PATCH] add FIXME notice --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7fb5dc2826..97947adf45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,8 @@ RUN git config --global credential.helper store # Fix locales to en_US.UTF-8 RUN localedef -i en_US -f UTF-8 en_US.UTF-8 +# FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter +# version util jupyter fixes this issue. RUN pip install --upgrade pip && \ pip install -U 'protobuf==3.1.0' && \ pip install -U wheel pillow BeautifulSoup && \ -- GitLab