Files
docker-stacks/tensorflow-notebook/Dockerfile
Min RK 32b3d2bec2 Remove Python 2
Only Python 3 from now on
2017-08-10 16:08:30 +02:00

9 lines
265 B
Docker

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