classroom-resources / classroom-resources/autograding-python-grader
Ability to cache pip dependencies
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to save on compute time if we were able to cache the pip dependencies that we have to install. For example, if we have a `requirements.txt` that we hold containing all packages necessary for running the code, and we would like to keep those cached so that on multiple runs things don't take as long.
Contributor guide
Assessment
This issue has not been assessed yet.