Skip to content

Commit 9402b58

Browse files
committed
use 3.7-slim
1 parent b38f32c commit 9402b58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM python:3.6
1+
FROM python:3.7-slim
2+
# install the notebook package
23
RUN pip install --no-cache --upgrade pip && \
34
pip install --no-cache notebook
45

0 commit comments

Comments
 (0)