Skip to content

Commit

Permalink
Add keras to the tensorflow stack
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Sep 5, 2017
1 parent e82dfea commit bf0111c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 167 deletions.
2 changes: 0 additions & 2 deletions keras-notebook/.dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions keras-notebook/Dockerfile

This file was deleted.

153 changes: 0 additions & 153 deletions keras-notebook/README.md

This file was deleted.

4 changes: 3 additions & 1 deletion tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <[email protected]>

# 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
2 changes: 1 addition & 1 deletion tensorflow-notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf0111c

Please sign in to comment.