From 9402b5832f9529fc5df1dc04b2fb0e4f8cb03ded Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 20 Sep 2018 12:54:30 +0200 Subject: [PATCH] use 3.7-slim --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 900668b..0a13ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM python:3.6 +FROM python:3.7-slim +# install the notebook package RUN pip install --no-cache --upgrade pip && \ pip install --no-cache notebook