We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9631131 commit 72de5f7Copy full SHA for 72de5f7
kernel-python/container/Dockerfile
@@ -36,6 +36,8 @@ RUN mamba install --yes \
36
37
USER jovyan
38
39
+RUN echo "Build date: $(date -u +"%Y-%m-%dT%H:%M:%SZ")" > /tmp/build_date.txt
40
+
41
ENV KERNEL_LANGUAGE=python
42
43
HEALTHCHECK NONE
0 commit comments