Skip to content

Commit

Permalink
fix: installing iamgej in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jun 28, 2024
1 parent 23b4e02 commit e84bec6
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions clustering/k-means-clustering-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions clustering/outlier-removal-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions features/feature-segmentation-eval-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions features/nyxus-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions features/pixel-segmentation-eval-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions features/region-segmentation-eval-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/arrow-to-tabular-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/file-renaming-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/label-to-vector-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/ome-converter-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/tabular-converter-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/tabular-to-arrow-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions formats/vector-to-label-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions regression/basic-flatfield-estimation-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ENV DATA_DIR="/data"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions regression/theia-bleedthrough-estimation-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ENV DATA_DIR="/data"
# Work directory defined in the base container
WORKDIR ${EXEC_DIR}# Initialize ImageJ

pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions segmentation/cell-border-segmentation-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions segmentation/mesmer-inference-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN ln -sf /usr/bin/python3.9 /usr/bin/python3
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions segmentation/mesmer-training-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN ln -sf /usr/bin/python3.9 /usr/bin/python3
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/apply-flatfield-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/binary-operations-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/image-assembler-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/image-calculator-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/montage-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/images/roi-relabel-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions transforms/tabular/tabular-thresholding-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions utils/rxiv-download-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions visualization/microjson-to-ome-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions visualization/ome-to-microjson-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions visualization/precompute-slide-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down
1 change: 1 addition & 0 deletions visualization/tabular-to-microjson-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV POLUS_LOG="INFO"
WORKDIR ${EXEC_DIR}

# Initialize ImageJ
pip3 install pyimagej==1.4.1 jpype1==1.5.0 scyjava==1.9.1 imglyb==2.1.0
RUN python3 -c "import imagej; imagej.init('sc.fiji:fiji:2.1.1+net.imagej:imagej-legacy:0.37.4')"

# TODO: Change the tool_dir to the tool directory
Expand Down

0 comments on commit e84bec6

Please sign in to comment.