You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Reduce duplication in Dockerfile.cpu package installation (opendatahub-io#1166)
This commit refactors the conditional package installation logic in
runtimes/minimal/ubi9-python-3.11/Dockerfile.cpu to reduce duplication.
Common packages (mesa-libGL and skopeo) are now defined in a
variable, and architecture-specific packages for s390x are
conditionally added to this variable. This improves maintainability
and readability of the Dockerfile.
This addresses issue opendatahub-io#1161.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments