From e78d03d759ee18ec874a9198cab9d56dff131017 Mon Sep 17 00:00:00 2001 From: Rudolph Pienaar Date: Wed, 1 May 2024 16:33:32 -0400 Subject: [PATCH] More fixes and bump to 1.0.6 --- Dockerfile | 6 +++--- setup.py | 2 +- spleendatads.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e87fdfa..a171797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ FROM docker.io/python:3.12.1-slim-bookworm LABEL org.opencontainers.image.authors="FNNDSC " \ org.opencontainers.image.title="Spleen data downloader" \ - org.opencontainers.image.description="A ChRIS FS plugin to download a set of spleen data" + org.opencontainers.image.description="A ChRIS DS plugin to download a set of spleen data" -ARG SRCDIR=/usr/local/src/pl-spleendata +ARG SRCDIR=/usr/local/src/pl-spleendatads WORKDIR ${SRCDIR} COPY requirements.txt . @@ -19,4 +19,4 @@ RUN pip install ".[${extras_require}]" \ && cd / && rm -rf ${SRCDIR} WORKDIR / -CMD ["spleendata"] +CMD ["spleendatads"] diff --git a/setup.py b/setup.py index 14957d2..4cf2939 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def readme(): long_description=readme(), author="FNNDSC", author_email="dev@babyMRI.org", - url="https://github.com/rudolphpienaar/pl-spleendata", + url="https://github.com/FNNDSC/pl-spleendatads", py_modules=["spleendatads"], install_requires=["chris_plugin"], license="MIT", diff --git a/spleendatads.py b/spleendatads.py index aaf5ee1..06ac8f4 100644 --- a/spleendatads.py +++ b/spleendatads.py @@ -8,7 +8,7 @@ from monai.apps.utils import download_and_extract -__version__ = "1.0.4" +__version__ = "1.0.6" DISPLAY_TITLE = r"""