Skip to content

Commit 2db83b7

Browse files
committed
remove parallel package from Dockerfile, set Docker base image to a fixed release
1 parent 24a1025 commit 2db83b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## (3) install clang instead of clang-3.6 which isn't available anymore
66
## (4) don't install texlive
77

8-
FROM rocker/tidyverse:latest
8+
FROM rocker/tidyverse:3.4.2
99

1010
## Mostly pirated from jrnold/docker-stan
1111

@@ -28,7 +28,6 @@ RUN install2.r --error \
2828
StanHeaders \
2929
rstan \
3030
brms \
31-
parallel \
3231
KernSmooth
3332

3433
# Config for rstudio user

0 commit comments

Comments
 (0)