Skip to content

Commit 697b9d8

Browse files
Merge pull request #183 from UBC-DSCI/main
Merge new dockerfile into alt5-chaining
2 parents 8cb0d21 + dc6a4a7 commit 697b9d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN rm -rf work
1717
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
1818
RUN pip install referencing
1919
RUN pip install jupyter-book
20-
RUN pip install numpy jinja2 altair_data_server altair_saver click ibis-framework ghp-import jupytext nodejs
20+
RUN pip install numpy jinja2 altair_data_server vl-convert-python click ibis-framework ghp-import jupytext nodejs
2121

2222
# disable warnings that pollute build logs; seems to be related to the update to python 3.11
2323
# https://discourse.jupyter.org/t/debugger-warning-it-seems-that-frozen-modules-are-being-used-python-3-11-0/16544/12

build_html.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
chmod -R o+w source/
2-
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:2023071118301600888b /bin/bash -c "jupyter-book build source"
2+
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230718202836018157 /bin/bash -c "jupyter-book build source"
33
chmod -R o-w source/

build_pdf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
chmod -R o+w source/
2-
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:2023071118301600888b /bin/bash -c "jupyter-book build source --builder pdflatex"
2+
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230718202836018157 /bin/bash -c "jupyter-book build source --builder pdflatex"
33
chmod -R o-w source/

0 commit comments

Comments
 (0)