mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Upgrade to r-base 3.3.2
Remove pinning for plotting fix and upgrade other R packages
This commit is contained in:
@@ -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*' \
|
||||
|
Reference in New Issue
Block a user