Skip to content

Commit

Permalink
Update scripts location
Browse files Browse the repository at this point in the history
  • Loading branch information
ericup committed May 29, 2024
1 parent 16341c1 commit 032ed61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion celldetection/__meta__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileNvidia
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 032ed61

Please sign in to comment.