Georges Lorré

Results 6 comments of Georges Lorré

What is the exact limitation of colab that makes us unable to use docker ? Is it sudo rights ?

I'm updating this ticket to better reflect the scope: We want to support direct execution of components via a direct runner: - this will provide colab support for local running...

Thx @mrchtr! You are on the right track but I would be careful on how we make everything possible while keeping our code clean and single responsible: I see 3...

Building multi-arch images has nice benefits: - easiest to use (no setting of env vars) - best performance (no emulation) - can be expanded for specialized architecture (TPU, AWS Graviton)...

If it is only for local development (local runner on Mac's M1 chips) then I would just alter the docker-compose file to include the platform. https://github.com/compose-spec/compose-spec/blob/master/spec.md#platform

As a temporary fix we will add the: ``` export DOCKER_DEFAULT_PLATFORM=linux/amd64 ``` on the fondant side. Until we are ready to build ARM images (with reasonable size)