We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38f32c commit 9402b58Copy full SHA for 9402b58
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM python:3.6
+FROM python:3.7-slim
2
+# install the notebook package
3
RUN pip install --no-cache --upgrade pip && \
4
pip install --no-cache notebook
5
0 commit comments