File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Script to generate HTML book
2
- docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.22 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience; Rscript _build_html.r"
2
+ docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.23 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience; Rscript _build_html.r"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cp -r data/ pdf/data
25
25
cp -r img/ pdf/img
26
26
27
27
# Build the book with bookdown
28
- docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.22 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience/pdf; Rscript _build_pdf.r"
28
+ docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.23 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience/pdf; Rscript _build_pdf.r"
29
29
30
30
# clean files in pdf dir
31
31
rm -rf pdf/references.bib
You can’t perform that action at this time.
0 commit comments