Skip to content

Commit

Permalink
Merge pull request #778 from alasdairtran/upgrade-python-in-scipy-not…
Browse files Browse the repository at this point in the history
…ebook-to-3.7

Upgrade Python in scipy-notebook to 3.7
  • Loading branch information
parente authored Apr 22, 2019
2 parents 7d427e7 + f067ea1 commit 58e2a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ RUN cd /tmp && \
$CONDA_DIR/bin/conda config --system --set show_channel_urls true && \
$CONDA_DIR/bin/conda install --quiet --yes conda="${CONDA_VERSION%.*}.*" && \
$CONDA_DIR/bin/conda update --all --quiet --yes && \
conda list python | grep '^python ' | tr -s ' ' | cut -d '.' -f 1,2 | sed 's/$/.*/' >> $CONDA_DIR/conda-meta/pinned && \
conda clean -tipsy && \
rm -rf /home/$NB_USER/.cache/yarn && \
fix-permissions $CONDA_DIR && \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Jupyter Project <[email protected]>"

# Install Tensorflow
RUN conda install --quiet --yes \
'tensorflow=1.12*' \
'tensorflow=1.13*' \
'keras=2.2*' && \
conda clean -tipsy && \
fix-permissions $CONDA_DIR && \
Expand Down

0 comments on commit 58e2a02

Please sign in to comment.