File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ RUN cd /tmp && \
79
79
$CONDA_DIR/bin/conda config --system --set show_channel_urls true && \
80
80
$CONDA_DIR/bin/conda install --quiet --yes conda="${CONDA_VERSION%.*}.*" && \
81
81
$CONDA_DIR/bin/conda update --all --quiet --yes && \
82
+ conda list python | grep '^python ' | tr -s ' ' | cut -d '.' -f 1,2 | sed 's/$/.*/' >> $CONDA_DIR/conda-meta/pinned && \
82
83
conda clean -tipsy && \
83
84
rm -rf /home/$NB_USER/.cache/yarn && \
84
85
fix-permissions $CONDA_DIR && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
7
7
8
8
# Install Tensorflow
9
9
RUN conda install --quiet --yes \
10
- 'tensorflow=1.12 *' \
10
+ 'tensorflow=1.13 *' \
11
11
'keras=2.2*' && \
12
12
conda clean -tipsy && \
13
13
fix-permissions $CONDA_DIR && \
You can’t perform that action at this time.
0 commit comments