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 9197c8a commit ed4eb84Copy full SHA for ed4eb84
Containers/TrackMate/Dockerfile
@@ -21,12 +21,12 @@ RUN wget -q https://downloads.imagej.net/fiji/latest/fiji-nojre.zip \
21
ENV PATH $PATH:/opt/fiji/Fiji.app
22
23
# Init Fiji for quicker startups
24
-COPY init_fiji.py .
+COPY Containers/TrackMateinit_fiji.py .
25
RUN python /opt/fiji/init_fiji.py
26
27
WORKDIR /
28
-COPY read_settings_and_process_mpt_tiff.py .
29
-COPY entrypoint.sh .
+COPY Containers/TrackMate/read_settings_and_process_mpt_tiff.py .
+COPY Containers/TrackMate/entrypoint.sh .
30
#RUN mamba install jupyterlab
31
#WORKDIR /notebooks
32
#EXPOSE 8888
0 commit comments