Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsschim authored Dec 3, 2024
1 parent 9197c8a commit ed4eb84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containers/TrackMate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ RUN wget -q https://downloads.imagej.net/fiji/latest/fiji-nojre.zip \
ENV PATH $PATH:/opt/fiji/Fiji.app

# Init Fiji for quicker startups
COPY init_fiji.py .
COPY Containers/TrackMateinit_fiji.py .
RUN python /opt/fiji/init_fiji.py

WORKDIR /
COPY read_settings_and_process_mpt_tiff.py .
COPY entrypoint.sh .
COPY Containers/TrackMate/read_settings_and_process_mpt_tiff.py .
COPY Containers/TrackMate/entrypoint.sh .
#RUN mamba install jupyterlab
#WORKDIR /notebooks
#EXPOSE 8888
Expand Down

0 comments on commit ed4eb84

Please sign in to comment.