Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement image architecture compatibility #3406

Closed
jopemachine opened this issue Jan 8, 2025 — with Lablup-Issue-Syncer · 1 comment
Closed

Implement image architecture compatibility #3406

jopemachine opened this issue Jan 8, 2025 — with Lablup-Issue-Syncer · 1 comment

Comments

@jopemachine
Copy link
Member

jopemachine commented Jan 8, 2025

Motivation  

  • Currently, if the architecture values differ, the image is always treated as different, which prevents an arm64 image from running on an aarch64 machine. (This causes "No such environment image" error from ImageRow.from_image_identifier())

Required Features

  • Let’s include information about compatible architectures in the code..

Impact  

  • For example, this will allow an arm64 image to run on an aarch64 machine..

Testing Scenarios  

  • Write a test case for ImageRow.from_image_identifier to verify that the method returns the correct ImageRow for the case described above.
@jopemachine
Copy link
Member Author

Resolved in #3420.

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

No branches or pull requests

1 participant