opik icon indicating copy to clipboard operation
opik copied to clipboard

[FR]: Generate Opik Docker images for arm64 architecture

Open andrescrz opened this issue 1 year ago • 0 comments

Proposal summary

Hi,

I noticed that the Opik frontend and backend images available here:

  • https://github.com/orgs/comet-ml/packages?repo_name=opik

are generated only for the linux/amd64 architecture.

It'd be nice to also build them for linux/arm64, so those using latest Mac laptops can run Opik with native images, which are more performant.

I noticed that if I self build the images locally with docker-compose, they're automatically generated for the local architecture. Example:

  • docker compose -f docker-compose.yaml -f docker-compose.override.yaml up -d --build

So this alternative works fine.

Motivation

Reduce friction and increase performance for Opik users with the latest Mac laptops with arm64 architecture.

andrescrz avatar Nov 22 '24 10:11 andrescrz