Skip to content

Quick ARM64 compatibility fix: remove amd64, bypass Makefile pull#130

Open
dhruvgoyalsjc wants to merge 1 commit intoldos-project:mainfrom
dhruvgoyalsjc:arm64-fix
Open

Quick ARM64 compatibility fix: remove amd64, bypass Makefile pull#130
dhruvgoyalsjc wants to merge 1 commit intoldos-project:mainfrom
dhruvgoyalsjc:arm64-fix

Conversation

@dhruvgoyalsjc
Copy link
Copy Markdown

@dhruvgoyalsjc dhruvgoyalsjc commented Jun 10, 2025

Summary

This PR introduces a quick workaround to allow building the KernMLOps Docker image on ARM64 machines (e.g. Apple Macs with M4 chip).

Changes

  • Commented out the docker pull line in the Makefile near line 196 to avoid pulling x86-only image
  • Replaced all instances of amd64 with arm64 in Dockerfile.dev

Notes

This fix is hardcoded for arm64 and not yet generic. Submitted per @tewaro's instructions.

@dhruvgoyalsjc
Copy link
Copy Markdown
Author

Related to #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant