Skip to content

Commit

Permalink
Minor update, bump to 1.2.8 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 26, 2024
1 parent 1a2d797 commit d7b4ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="FNNDSC <dev@babyMRI.org>" \
org.opencontainers.image.title="Spleen 3D image segmentation training (MONAI)" \
org.opencontainers.image.description="A ChRIS based off project MONAI's spleen segmenation notebook (training only)"

ARG SRCDIR=/usr/local/src/pl-monai_spleenseg_train
ARG SRCDIR=/usr/local/src/pl-monai_spleenseg
WORKDIR ${SRCDIR}

COPY requirements.txt .
Expand All @@ -19,6 +19,6 @@ COPY . .
ARG extras_require=none
RUN pip install ".[${extras_require}]" \
&& cd / && rm -rf ${SRCDIR}
WORKDIR /
WORKDIR ${SRCDIR}

CMD ["spleenseg_train"]
2 changes: 1 addition & 1 deletion spleenseg/spleenseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from chris_plugin import chris_plugin, PathMapper

__version__ = "1.2.6"
__version__ = "1.2.8"

DISPLAY_TITLE = r"""
Expand Down

0 comments on commit d7b4ad0

Please sign in to comment.