File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11__title__ = 'CellDetection'
2- __version__ = '0.4.8 '
2+ __version__ = '0.4.9 '
33__author__ = 'Eric Upschulte'
4455__license__ = 'Apache License, Version 2.0'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ./requirements.txt ./
1616COPY ./MANIFEST.in ./
1717COPY ./README.md ./
1818COPY ./LICENSE ./
19- COPY ./celldetection_scripts/*.py ./
19+ COPY ./celldetection_scripts ./celldetection_scripts
2020
2121RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM
2222RUN pip install .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ./requirements.txt ./
1616COPY ./MANIFEST.in ./
1717COPY ./README.md ./
1818COPY ./LICENSE ./
19- COPY ./celldetection_scripts/*.py ./
19+ COPY ./celldetection_scripts ./celldetection_scripts
2020
2121RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM
2222RUN pip install .
You can’t perform that action at this time.
0 commit comments