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 caffcc8 commit c4dbf28Copy full SHA for c4dbf28
Dockerfile
@@ -41,7 +41,7 @@ RUN pip install --upgrade pip && \
41
pip install -U wheel pillow BeautifulSoup && \
42
pip install -U docopt PyYAML sphinx && \
43
pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \
44
- pip install -U pre-commit 'requests==2.9.2' jupyter
+ pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' jupyter
45
46
RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
47
cd cmake-3.4.1 && ./bootstrap && make -j `nproc` && make install && \
0 commit comments