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