diff --git a/Dockerfile b/Dockerfile index 7fb5dc2826f881bedf5388c7099ef6104330c9c3..97947adf4501443a7cfedb4a83963f1f1519668c 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 && \