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"]