IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
171 stars 111 forks source link

[Bug] The x-python:0.2.0 images are for arm64 platform #365

Closed roytman closed 2 weeks ago

roytman commented 3 months ago

Search before asking

Component

CI/CD

What happened + What you expected to happen

The newly deployed x-python:0.2.0 (e.g. noop-python:0.2.0) images are for arm64 platform and cannot be executed on Intel (amd64) machines. Should we deploy images for both architectures?

Reproduction script

docker image inspect quay.io/dataprep1/data-prep-kit/noop-python:0.2.0 | grep Architecture "Architecture": "arm64",

Anything else

No response

OS

MacOS (limited support)

Python

3.10.x

Are you willing to submit a PR?

daw3rd commented 4 weeks ago

This now fixed with the new DOCKER_PLATFORM macro in .make.defaults, which is now set to linux/amd64.

daw3rd commented 2 weeks ago

@roytman fixed?