Skip to content

Commit

Permalink
Remove legacy format in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
david.fischak@eodc.eu committed Feb 27, 2025
1 parent a8b9cad commit 3c2ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \

USER jovyan

ENV KERNEL_LANGUAGE python
ENV KERNEL_LANGUAGE=python

# Disble healthcheck inherited from notebook image
HEALTHCHECK NONE
Expand Down

0 comments on commit 3c2ac9e

Please sign in to comment.