diff --git a/Dockerfile b/Dockerfile index e09f91418c0eb53c4872c7da752c9117d1a12192..9f41f4405f7f749ede59d314777dbf7b698c6dd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,12 @@ -FROM jupyter/scipy-notebook +FROM jupyter/tensorflow-notebook +# FROM jupyter/scipy-notebook # just commented out #FROM jupyter/minimal-notebook USER root # Install system utilities with apt RUN apt-get update && \ - apt-get install -y --no-install-recommends openssh-client rsync unison less tree curl gdb imagemagick && \ + apt-get install -y --no-install-recommends openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*