Skip to content

Commit

Permalink
Minor update, bump to 1.2.10 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 26, 2024
1 parent d7b4ad0 commit 1c0efac
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 @@ -17,8 +17,8 @@ RUN pip install -r requirements.txt

COPY . .
ARG extras_require=none
RUN pip install ".[${extras_require}]" \
&& cd / && rm -rf ${SRCDIR}
# RUN pip install ".[${extras_require}]" \
# && cd / && rm -rf ${SRCDIR}
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.8"
__version__ = "1.2.10"

DISPLAY_TITLE = r"""
Expand Down

0 comments on commit 1c0efac

Please sign in to comment.