From b332261dcf008d53778618b1aa2152635fa5fae0 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Mon, 3 Feb 2025 17:49:50 -0500 Subject: [PATCH] Add link to CoreCE --- docs/plugins/multiarch.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/plugins/multiarch.md b/docs/plugins/multiarch.md index 447e8e5..b80231a 100644 --- a/docs/plugins/multiarch.md +++ b/docs/plugins/multiarch.md @@ -2,9 +2,12 @@ Here are some tips and tricks for building multi-architectural container images. -## Use Micromamba +## Use Micromamba or Pixi Many common packages, including Python packages, are cross-compiled for conda. -Example: https://github.com/FNNDSC/pl-fetal-surface-extract/blob/5a966810def2f04785bc7aafb1dbb1fe6d4dd6d5/Dockerfile +Example: https://github.com/FNNDSC/pl-fetal-surface-extract/blob/5a966810def2f04785bc7aafb1dbb1fe6d4dd6d5/Dockerfile https://github.com/FNNDSC/pfcon/pulls?q=is:pr%20is:closed + +For PowerPC Power 9 (ppc64le), try out the [Open-CE](https://github.com/open-ce/open-ce) and [RocketCE](https://community.ibm.com/community/user/powerdeveloper/blogs/sebastian-lehrig/2024/02/08/rocketce) conda channels. +