Upgrade to r-base 3.3.2

Remove pinning for plotting fix and upgrade other R packages
This commit is contained in:
Peter Parente
2017-01-02 23:11:30 -05:00
parent 6018daa193
commit 012b408e73
4 changed files with 23 additions and 29 deletions

View File

@@ -66,10 +66,6 @@ RUN cd /tmp && \
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
conda clean -tipsy
# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
# Stick with jpeg 8 to avoid problems with R packages
RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned
# Install Jupyter Notebook and Hub
RUN conda install --quiet --yes \
'notebook=4.3*' \