Skip to content

Commit

Permalink
Workaround for R plotting regression
Browse files Browse the repository at this point in the history
Pin r-base to 3.3.1-1 (3.3.1-3 breaks it)
  • Loading branch information
parente committed Sep 10, 2016
1 parent 8ee3ea7 commit 0d47f10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion all-spark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ RUN apt-get update && \
USER $NB_USER

# R packages
# Pin r-base to a specific build number for https://github.com/jupyter/docker-stacks/issues/210#issuecomment-246081809
RUN conda config --add channels r && \
conda install --quiet --yes \
'r-base=3.3*' \
'r-base=3.3.1 1' \
'r-irkernel=0.6*' \
'r-ggplot2=2.1*' \
'r-rcurl=1.95*' && conda clean -tipsy
Expand Down
3 changes: 2 additions & 1 deletion datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ RUN apt-get update && \
USER $NB_USER

# R packages including IRKernel which gets installed globally.
# Pin r-base to a specific build number for https://github.com/jupyter/docker-stacks/issues/210#issuecomment-246081809
RUN conda config --add channels r && \
conda install --quiet --yes \
'rpy2=2.8*' \
'r-base=3.3*' \
'r-base=3.3.1 1' \
'r-irkernel=0.6*' \
'r-plyr=1.8*' \
'r-devtools=1.11*' \
Expand Down
3 changes: 2 additions & 1 deletion r-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ RUN apt-get update && \
USER $NB_USER

# R packages
# Pin r-base to a specific build number for https://github.com/jupyter/docker-stacks/issues/210#issuecomment-246081809
RUN conda config --add channels r && \
conda install --quiet --yes \
'r-base=3.3*' \
'r-base=3.3.1 1' \
'r-irkernel=0.6*' \
'r-plyr=1.8*' \
'r-devtools=1.11*' \
Expand Down

0 comments on commit 0d47f10

Please sign in to comment.