File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.18 .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.19 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience; Rscript _build_html.r"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cp -r data/ pdf/data
22
22
cp -r img/ pdf/img
23
23
24
24
# Build the book with bookdown
25
- docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.18 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience/pdf; Rscript _build_pdf.r"
25
+ docker run --rm -m 5g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:v0.19 .0 /bin/bash -c " cd /home/rstudio/introduction-to-datascience/pdf; Rscript _build_pdf.r"
26
26
27
27
# clean files in pdf dir
28
28
rm -rf pdf/references.bib
Original file line number Diff line number Diff line change 1
1
services :
2
2
book-env :
3
- image : ubcdsci/intro-to-ds:v0.18 .0
3
+ image : ubcdsci/intro-to-ds:v0.19 .0
4
4
ports :
5
5
- " 8787:8787"
6
6
volumes :
You can’t perform that action at this time.
0 commit comments