bhavika / traffik

Experimenting with deep learning (Graph Nets, UNets) on traffic data
0 stars 0 forks source link

Make builds faster #15

Open bhavika opened 3 years ago

bhavika commented 3 years ago

Docker artifact builds are slow & so is the test setup.

We should separate out test dependencies and only install those during CI.

bhavika commented 3 years ago

Reference: https://testdriven.io/blog/faster-ci-builds-with-docker-cache/