We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99567d4 commit f5d0970Copy full SHA for f5d0970
Dockerfile
@@ -43,7 +43,8 @@ RUN pip install --upgrade pip && \
43
pip install -U wheel pillow BeautifulSoup && \
44
pip install -U docopt PyYAML sphinx && \
45
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'
+ pip install pre-commit 'requests==2.9.2' 'ipython==5.3.0' && \
47
+ pip install 'ipykernel==4.6.0' 'jupyter==1.0.0'
48
49
RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
50
cd cmake-3.4.1 && ./bootstrap && make -j `nproc` && make install && \
0 commit comments