diff --git a/Dockerfile b/Dockerfile index 74b1b18..6822787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/spleenseg/spleenseg.py b/spleenseg/spleenseg.py index 8fa4e20..a1be7f9 100644 --- a/spleenseg/spleenseg.py +++ b/spleenseg/spleenseg.py @@ -30,7 +30,7 @@ from chris_plugin import chris_plugin, PathMapper -__version__ = "1.2.8" +__version__ = "1.2.10" DISPLAY_TITLE = r"""