Skip to content

Commit 16341c1

Browse files
committed
Update scripts location
1 parent 13f3e48 commit 16341c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ./requirements.txt ./
1616
COPY ./MANIFEST.in ./
1717
COPY ./README.md ./
1818
COPY ./LICENSE ./
19-
COPY ./scripts/*.py ./
19+
COPY ./celldetection_scripts/*.py ./
2020

2121
RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM
2222
RUN pip install .

docker/DockerfileNvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ./requirements.txt ./
1616
COPY ./MANIFEST.in ./
1717
COPY ./README.md ./
1818
COPY ./LICENSE ./
19-
COPY ./scripts/*.py ./
19+
COPY ./celldetection_scripts/*.py ./
2020

2121
RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM
2222
RUN pip install .

0 commit comments

Comments
 (0)