Add keras to the tensorflow stack

This commit is contained in:
Peter Parente
2017-09-04 21:02:59 -04:00
parent e82dfeabf7
commit bf0111ca84
5 changed files with 4 additions and 167 deletions

View File

@@ -5,6 +5,8 @@ FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
# Install Tensorflow
RUN conda install --quiet --yes 'tensorflow=1.0*' && \
RUN conda install --quiet --yes \
'tensorflow=1.3*' \
'keras=2.0*' && \
conda clean -tipsy && \
fix-permissions $CONDA_DIR