File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,14 @@ RUN git config --global credential.helper store
36
36
# Fix locales to en_US.UTF-8
37
37
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
38
38
39
+ # FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter
40
+ # version util jupyter fixes this issue.
39
41
RUN pip install --upgrade pip && \
40
42
pip install -U 'protobuf==3.1.0' && \
41
43
pip install -U wheel pillow BeautifulSoup && \
42
44
pip install -U docopt PyYAML sphinx && \
43
45
pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \
44
- pip install -U pre-commit 'requests==2.9.2' jupyter
46
+ pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' ' jupyter==1.0.0'
45
47
46
48
RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
47
49
cd cmake-3.4.1 && ./bootstrap && make -j `nproc` && make install && \
You can’t perform that action at this time.
0 commit comments