electricitymaps / brick

Simple monorepo build tool based on Docker
20 stars 1 forks source link

Utilize Poetry package cache #86

Closed skovhus closed 3 years ago

skovhus commented 3 years ago

Similar to how we use a shared yarn cache, we could utilize the Poetry or pip cache.

Instead of relying on image name, we would maybe do something even simpler. The only concern would be binary dependencies, which we do not want to share across machine architecture.