Skip to content

Commit e246a5f

Browse files
committed
update build_pdf.sh script with new docker image
1 parent ad6d69c commit e246a5f

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,3 +1,3 @@
11
chmod -R o+w source/
2-
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230711045719657d44 /bin/bash -c "jupyter-book build source --builder pdflatex"
2+
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:2023071118301600888b /bin/bash -c "jupyter-book build source --builder pdflatex"
33
chmod -R o-w source/

0 commit comments

Comments
 (0)