From 032ed6130aefafdd501376de31ed35d6e10207d4 Mon Sep 17 00:00:00 2001 From: ericup Date: Wed, 29 May 2024 17:08:00 +0200 Subject: [PATCH] Update scripts location --- celldetection/__meta__.py | 2 +- docker/Dockerfile | 2 +- docker/DockerfileNvidia | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/celldetection/__meta__.py b/celldetection/__meta__.py index a1b0653..5ea27a6 100644 --- a/celldetection/__meta__.py +++ b/celldetection/__meta__.py @@ -1,5 +1,5 @@ __title__ = 'CellDetection' -__version__ = '0.4.8' +__version__ = '0.4.9' __author__ = 'Eric Upschulte' __email__ = 'e.upschulte@fz-juelich.de' __license__ = 'Apache License, Version 2.0' diff --git a/docker/Dockerfile b/docker/Dockerfile index 14ade13..0d0e2b3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ COPY ./requirements.txt ./ COPY ./MANIFEST.in ./ COPY ./README.md ./ COPY ./LICENSE ./ -COPY ./celldetection_scripts/*.py ./ +COPY ./celldetection_scripts ./celldetection_scripts RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM RUN pip install . diff --git a/docker/DockerfileNvidia b/docker/DockerfileNvidia index 22634ba..67a3ee3 100644 --- a/docker/DockerfileNvidia +++ b/docker/DockerfileNvidia @@ -16,7 +16,7 @@ COPY ./requirements.txt ./ COPY ./MANIFEST.in ./ COPY ./README.md ./ COPY ./LICENSE ./ -COPY ./celldetection_scripts/*.py ./ +COPY ./celldetection_scripts ./celldetection_scripts RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM RUN pip install .