Skip to content

Commit ed4eb84

Browse files
authored
Update Dockerfile
1 parent 9197c8a commit ed4eb84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Containers/TrackMate/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ RUN wget -q https://downloads.imagej.net/fiji/latest/fiji-nojre.zip \
2121
ENV PATH $PATH:/opt/fiji/Fiji.app
2222

2323
# Init Fiji for quicker startups
24-
COPY init_fiji.py .
24+
COPY Containers/TrackMateinit_fiji.py .
2525
RUN python /opt/fiji/init_fiji.py
2626

2727
WORKDIR /
28-
COPY read_settings_and_process_mpt_tiff.py .
29-
COPY entrypoint.sh .
28+
COPY Containers/TrackMate/read_settings_and_process_mpt_tiff.py .
29+
COPY Containers/TrackMate/entrypoint.sh .
3030
#RUN mamba install jupyterlab
3131
#WORKDIR /notebooks
3232
#EXPOSE 8888

0 commit comments

Comments
 (0)