Skip to content

Commit

Permalink
use 3.7-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 20, 2018
1 parent b38f32c commit 9402b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9402b58

Please sign in to comment.