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 13f3e48 commit 16341c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ./scripts/*.py ./
COPY ./celldetection_scripts/*.py ./

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 ./scripts/*.py ./
COPY ./celldetection_scripts/*.py ./

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

0 comments on commit 16341c1

Please sign in to comment.