mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Add keras to the tensorflow stack
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user