From a6ab69730409cf48fbca48d327c03cc95bb94e09 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:58:15 -0400 Subject: [PATCH] add description --- dockerfiles/neuroconv_latest_release_dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/neuroconv_latest_release_dockerfile b/dockerfiles/neuroconv_latest_release_dockerfile index 7a534b3ff..918b64453 100644 --- a/dockerfiles/neuroconv_latest_release_dockerfile +++ b/dockerfiles/neuroconv_latest_release_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 official release of the NeuroConv package." RUN apt update && apt install musl-dev python3-dev -y RUN pip install neuroconv[full] CMD ["python -m"]