Skip to content

Commit f5d0970

Browse files
committed
fix ipython version
1 parent 99567d4 commit f5d0970

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ RUN pip install --upgrade pip && \
4343
pip install -U wheel pillow BeautifulSoup && \
4444
pip install -U docopt PyYAML sphinx && \
4545
pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \
46-
pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' 'jupyter==1.0.0'
46+
pip install pre-commit 'requests==2.9.2' 'ipython==5.3.0' && \
47+
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0'
4748

4849
RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
4950
cd cmake-3.4.1 && ./bootstrap && make -j `nproc` && make install && \

0 commit comments

Comments
 (0)