We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f3e48 commit 16341c1Copy full SHA for 16341c1
docker/Dockerfile
@@ -16,7 +16,7 @@ COPY ./requirements.txt ./
16
COPY ./MANIFEST.in ./
17
COPY ./README.md ./
18
COPY ./LICENSE ./
19
-COPY ./scripts/*.py ./
+COPY ./celldetection_scripts/*.py ./
20
21
RUN pip install imagecodecs; exit 0 # optional due to unresolved issues on ARM
22
RUN pip install .
docker/DockerfileNvidia
0 commit comments