Skip to content

Commit 72de5f7

Browse files
authored
Add sanity check
1 parent 9631131 commit 72de5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel-python/container/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ RUN mamba install --yes \
3636

3737
USER jovyan
3838

39+
RUN echo "Build date: $(date -u +"%Y-%m-%dT%H:%M:%SZ")" > /tmp/build_date.txt
40+
3941
ENV KERNEL_LANGUAGE=python
4042

4143
HEALTHCHECK NONE

0 commit comments

Comments
 (0)