Dependencies for tests
Opened this issue · 0 comments
lazyoracle commented
The Problem
Currently, building the dependencies for tests takes too long, thanks to pytorch
and cudatoolkit
Reproduce
Check Github Actions logs
Proposed Solution
- Push a docker image(s) based on the
environment.yml
- Trigger docker image(s) build and push every time
environment.yml
is modified - Run Github Actions on the docker image(s) instead of building dependencies from scratch