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.
1 parent 994c3a2 commit 8a6e6e3Copy full SHA for 8a6e6e3
docker/Dockerfile
@@ -3,9 +3,6 @@ ARG BASE_IMAGE=latest
3
FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
4
5
LABEL maintainer="James Gebbie-Rayet <james.gebbie@stfc.ac.uk>"
6
-LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/python-workshop
7
-LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on Python."
8
-LABEL org.opencontainers.image.licenses=MIT
9
10
# Switch to jovyan user.
11
USER $NB_USER
0 commit comments