Skip to content

Commit 5963a8d

Browse files
committed
Needed an extra Pandoc dependency
1 parent 5f45c36 commit 5963a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WORKDIR /workspace
3131
RUN set -eux \
3232
; pip install -e ".[prometheus, test, docs]" \
3333
; python -m ipykernel install --user --name=notebooker_kernel \
34-
; pip install nbformat jupyter-core jupyter-client --upgrade \
34+
; pip install nbformat jupyter-core jupyter-client Pandoc --upgrade \
3535
; pip install -r ./notebooker/notebook_templates_example/notebook_requirements.txt \
3636
; python setup.py develop \
3737
; python setup.py build_sphinx \

0 commit comments

Comments
 (0)