Skip to content

Commit 791a6a6

Browse files
committed
update build_pdf.sh script with new docker image
1 parent 58f49ff commit 791a6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_pdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
chmod -R o+w source/
2-
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230923214301d47351 /bin/bash -c "export BOOK_BUILD_TYPE='PDF'; jupyter-book build source --builder pdflatex"
2+
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20231108190825ac6d61 /bin/bash -c "export BOOK_BUILD_TYPE='PDF'; jupyter-book build source --builder pdflatex"

0 commit comments

Comments
 (0)