Skip to content

Commit 00888be

Browse files
fixed dockerfile to pin docutils to 0.17.1 for now (until docutils 0.20.1 works with jbook); removed unused logo.png
1 parent e532c2d commit 00888be

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR "${HOME}"
1414
RUN rm -rf work
1515

1616

17+
RUN pip install docutils==0.17.1 # Need to pin docutils to an old version for now, due to https://github.com/executablebooks/jupyter-book/issues/2022
1718
RUN pip install referencing
1819
RUN pip install jupyter-book
1920
RUN pip install numpy jinja2 altair_data_server altair_saver click ibis-framework ghp-import jupytext nodejs

logo.png

-9.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)