Commit 97170690 authored by Jonathan Terhorst's avatar Jonathan Terhorst Committed by GitHub

Update Dockerfile to install r-hexbin

Fixes #532
parent 400c6963
...@@ -34,5 +34,6 @@ RUN conda install --quiet --yes \ ...@@ -34,5 +34,6 @@ RUN conda install --quiet --yes \
'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