We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c990e + fd4d09b commit 89711dbCopy full SHA for 89711db
base-notebook/Dockerfile
@@ -3,7 +3,8 @@
3
4
# Ubuntu 18.04 (bionic)
5
# https://hub.docker.com/_/ubuntu/?tab=tags&name=bionic
6
-ARG BASE_CONTAINER=ubuntu:bionic-20200112@sha256:bc025862c3e8ec4a8754ea4756e33da6c41cba38330d7e324abd25c8e0b93300
+ARG ROOT_CONTAINER=ubuntu:bionic-20200112@sha256:bc025862c3e8ec4a8754ea4756e33da6c41cba38330d7e324abd25c8e0b93300
7
+ARG BASE_CONTAINER=$ROOT_CONTAINER
8
FROM $BASE_CONTAINER
9
10
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
0 commit comments