[SyneRBI/PETRIC-backend] test image (PR #6)

16 views
Skip to first unread message

Casper da Costa-Luis

unread,
Nov 8, 2025, 3:17:22 AM11/8/25
to SyneRBI/PETRIC-backend, Subscribed

You can view, comment on, or merge this pull request online at:

  https://github.com/SyneRBI/PETRIC-backend/pull/6

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6@github.com>

Casper da Costa-Luis

unread,
Nov 8, 2025, 4:14:30 PM11/8/25
to SyneRBI/PETRIC-backend, Subscribed

@casperdcl commented on this pull request.


In Dockerfile:

> @@ -1,14 +1,7 @@
 # FROM synerbi/sirf:edge-gpu AS sirf
-# pin to https://github.com/SyneRBI/SIRF-SuperBuild/commit/5f1a7f498bf6f41551c19eb53798b5d33af43eec
-FROM ghcr.io/synerbi/sirf@sha256:2ef963a861bf18346da511d80c3a15eb7f154131224367a2c66578101602c6e0 AS sirf
-# monai installs torch, so uninstall it
-RUN conda install -y monai tensorboard tensorboardx jupytext && pip uninstall -y torch && conda clean -afy
-RUN conda install -y cudatoolkit=11.8 && conda clean -afy
-#RUN conda install -y -c conda-forge -c nvidia tensorflow-gpu=2.14 && conda clean -afy
-RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14
-#RUN conda install -y -c pytorch -c nvidia pytorch pytorch-cuda=11.8 && conda clean -afy
-RUN pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cu118
-#RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14 torch --extra-index-url https://download.pytorch.org/whl/cu118
+FROM synerbi/sirf:petric2026-rc.1 AS sirf

From SyneRBI/SIRF-SuperBuild#946 so maybe better temp tag name should be

⬇️ Suggested change
-FROM synerbi/sirf:petric2026-rc.1 AS sirf
+FROM synerbi/sirf:SB946 AS sirf


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/review/3438663721@github.com>

Casper da Costa-Luis

unread,
Nov 8, 2025, 9:24:28 PM11/8/25
to SyneRBI/PETRIC-backend, Subscribed

@casperdcl commented on this pull request.


In Dockerfile:

> @@ -1,14 +1,7 @@
 # FROM synerbi/sirf:edge-gpu AS sirf
-# pin to https://github.com/SyneRBI/SIRF-SuperBuild/commit/5f1a7f498bf6f41551c19eb53798b5d33af43eec
-FROM ghcr.io/synerbi/sirf@sha256:2ef963a861bf18346da511d80c3a15eb7f154131224367a2c66578101602c6e0 AS sirf
-# monai installs torch, so uninstall it
-RUN conda install -y monai tensorboard tensorboardx jupytext && pip uninstall -y torch && conda clean -afy
-RUN conda install -y cudatoolkit=11.8 && conda clean -afy
-#RUN conda install -y -c conda-forge -c nvidia tensorflow-gpu=2.14 && conda clean -afy
-RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14
-#RUN conda install -y -c pytorch -c nvidia pytorch pytorch-cuda=11.8 && conda clean -afy
-RUN pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cu118
-#RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14 torch --extra-index-url https://download.pytorch.org/whl/cu118
+FROM synerbi/sirf:petric2026-rc.1 AS sirf
+RUN conda install -y tensorboard tensorboardx jupytext && conda clean -afy
+RUN pip install --no-cache-dir git+https://github.com/Project-MONAI/MO...@1.5.1 tensorflow[and-cuda]==2.20 --extra-index-url https://download.pytorch.org/whl/cu128

MONAI depends on torch, but maybe should be here explicitly for clarity?

⬇️ Suggested change
-RUN pip install --no-cache-dir git+https://github.com/Project-MONAI/MO...@1.5.1 tensorflow[and-cuda]==2.20 --extra-index-url https://download.pytorch.org/whl/cu128
+RUN pip install --no-cache-dir git+https://github.com/Project-MONAI/MO...@1.5.1 torch tensorflow[and-cuda]==2.20 --extra-index-url https://download.pytorch.org/whl/cu128


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/review/3439201388@github.com>

Casper da Costa-Luis

unread,
Nov 9, 2025, 8:56:21 PM11/9/25
to SyneRBI/PETRIC-backend, Push

@casperdcl pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/before/7f7e403e967a32ca4a03d61d0385bbef712725fb/after/3432aeba0a7de6ea938f05b4f29949db4c39bf8a@github.com>

Casper da Costa-Luis

unread,
Nov 9, 2025, 8:57:14 PM11/9/25
to SyneRBI/PETRIC-backend, Subscribed

@casperdcl commented on this pull request.


In Dockerfile:

> @@ -1,14 +1,7 @@
 # FROM synerbi/sirf:edge-gpu AS sirf
-# pin to https://github.com/SyneRBI/SIRF-SuperBuild/commit/5f1a7f498bf6f41551c19eb53798b5d33af43eec
-FROM ghcr.io/synerbi/sirf@sha256:2ef963a861bf18346da511d80c3a15eb7f154131224367a2c66578101602c6e0 AS sirf
-# monai installs torch, so uninstall it
-RUN conda install -y monai tensorboard tensorboardx jupytext && pip uninstall -y torch && conda clean -afy
-RUN conda install -y cudatoolkit=11.8 && conda clean -afy
-#RUN conda install -y -c conda-forge -c nvidia tensorflow-gpu=2.14 && conda clean -afy
-RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14
-#RUN conda install -y -c pytorch -c nvidia pytorch pytorch-cuda=11.8 && conda clean -afy
-RUN pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cu118
-#RUN pip install --no-cache-dir tensorflow[and-cuda]==2.14 torch --extra-index-url https://download.pytorch.org/whl/cu118
+FROM synerbi/sirf:SB946 AS sirf

TODO: fix this (merge & point to a sha)


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/review/3440563731@github.com>

Casper da Costa-Luis

unread,
Nov 14, 2025, 2:36:38 PM11/14/25
to SyneRBI/PETRIC-backend, Push

@casperdcl pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/before/3432aeba0a7de6ea938f05b4f29949db4c39bf8a/after/b3218966db21872c3fd28e069fe49f9668146177@github.com>

Casper da Costa-Luis

unread,
Nov 14, 2025, 2:45:27 PM11/14/25
to SyneRBI/PETRIC-backend, Push

@casperdcl pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/before/b3218966db21872c3fd28e069fe49f9668146177/after/b2929e64fae051f0fbbde5f01313bd9abc663721@github.com>

Casper da Costa-Luis

unread,
Nov 17, 2025, 11:49:42 AM11/17/25
to SyneRBI/PETRIC-backend, Push

@casperdcl pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/before/b2929e64fae051f0fbbde5f01313bd9abc663721/after/00793ebd9383c8ee47a55ea7bb461ec5991c7511@github.com>

Casper da Costa-Luis

unread,
Nov 21, 2025, 12:16:19 PM11/21/25
to SyneRBI/PETRIC-backend, Push

@casperdcl pushed 3 commits.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/before/00793ebd9383c8ee47a55ea7bb461ec5991c7511/after/237131eaed96ff79bd7f8eb4a1ed86b4cb6be098@github.com>

Casper da Costa-Luis

unread,
Nov 24, 2025, 7:24:53 AM11/24/25
to SyneRBI/PETRIC-backend, Subscribed

Merged #6 into main.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/PETRIC-backend/pull/6/issue_event/21137243651@github.com>

Reply all
Reply to author
Forward
0 new messages