# Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. FROM jupyter/scipy-notebook MAINTAINER Jupyter Project # Install Python 3 Tensorflow RUN conda install --quiet --yes 'tensorflow=1.0*'