Raise warning if docker context is large
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 23
- Forks
- 6
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 1
Description
When the docker context is large the processing looks like it is hanging just before training begins, because the entire context has to be copied to docker.
We should print a warning before mflow.run if the docker context directory is over a certain threshold so that the user is aware it might take a while and to prompt them to delete unnecessary/temp folders included by mistake.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.