Skip to content

Commit

Permalink
fix: pin rocker/tidyverse image to version 3
Browse files Browse the repository at this point in the history
4 / latest seems to cause segfaults in this repo's R scripts

Co-authored-by: chrstngyn <[email protected]>
  • Loading branch information
alee and chrstngyn committed Apr 14, 2022
1 parent d79d05d commit 2a688a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ case "$ENV" in
*) docker-compose exec server yarn cli:prod dump "$@";;
esac

docker run -it --rm -v $PWD/analytics:/home/analytics -v $PWD/docker/dump:/dump -w /home/analytics rocker/tidyverse Rscript R/export.R
docker run -it --rm -v $PWD/analytics:/home/analytics -v $PWD/docker/dump:/dump -w /home/analytics rocker/tidyverse:3 Rscript R/export.R

0 comments on commit 2a688a5

Please sign in to comment.