Skip to content

Commit 84ba30c

Browse files
author
yi.wu
committed
make jupyter version fixed too
1 parent c4dbf28 commit 84ba30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pip install --upgrade pip && \
4141
pip install -U wheel pillow BeautifulSoup && \
4242
pip install -U docopt PyYAML sphinx && \
4343
pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \
44-
pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' jupyter
44+
pip install pre-commit 'requests==2.9.2' 'ipykernel==4.6.0' 'jupyter==1.0.0'
4545

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

0 commit comments

Comments
 (0)