From 9ce262a73e59f18942de2e0a487c9b77c7328295 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:57:45 -0400 Subject: [PATCH] add description --- dockerfiles/neuroconv_dev_dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/neuroconv_dev_dockerfile b/dockerfiles/neuroconv_dev_dockerfile index 646ad2a78..0de15ac74 100644 --- a/dockerfiles/neuroconv_dev_dockerfile +++ b/dockerfiles/neuroconv_dev_dockerfile @@ -1,5 +1,6 @@ FROM python:3.11.7-slim LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv +LABEL org.opencontainers.image.description="A docker image for the most recent daily build of the main branch." ADD ./ neuroconv RUN cd neuroconv && pip install .[full] CMD ["python -m"]