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 79bb49f commit 1b5c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/TrackMate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM condaforge/mambaforge

RUN mamba create -n pyimagej -c conda-forge pyimagej openjdk=8 unzip

COPY requirements.txt /tmp/requirements.txt
COPY Containers/TrackMate/requirements.txt /tmp/requirements.txt
RUN python3 -m pip install -r requirements.txt

#RUN conda activate pyimagej
Expand Down

0 comments on commit 1b5c950

Please sign in to comment.