mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +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
|
||||
|
Reference in New Issue
Block a user