Commit cf1a3aa8 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #534 from terhorst/patch-1

Update Dockerfile to install r-hexbin
parents 400c6963 9dfacf44
...@@ -33,6 +33,7 @@ RUN conda install --quiet --yes \ ...@@ -33,6 +33,7 @@ RUN conda install --quiet --yes \
'r-caret=6.0*' \ 'r-caret=6.0*' \
'r-rcurl=1.95*' \ 'r-rcurl=1.95*' \
'r-crayon=1.3*' \ 'r-crayon=1.3*' \
'r-randomforest=4.6*' && \ 'r-randomforest=4.6*' \
'r-hexbin=1.27*' && \
conda clean -tipsy && \ conda clean -tipsy && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment