Skip to content

Commit

Permalink
fix: pin r-base to avoid dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Aug 8, 2019
1 parent b02451e commit 133660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USER $NB_USER

# R packages
RUN conda install --quiet --yes \
'r-base' \
'r-base=3.6.0' \
'r-irkernel' \
'r-devtools' \
'rstudio' && \
Expand Down

0 comments on commit 133660e

Please sign in to comment.