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

View File

@@ -5,7 +5,7 @@
## What it Gives You
* Everything in [Scipy Notebook](https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook)
* Tensorflow for Python 3.x (without GPU support)
* Tensorflow and Keras for Python 3.x (without GPU support)
## Basic Use