Commit 78661134 authored by jakirkham's avatar jakirkham Committed by GitHub

Merge pull request #456 from parente/add-keras-stack

Add keras
parents 16e6d72c bf0111ca
......@@ -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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment