aws-samples / aws-samples/sagemaker-studio-image-build-cli
[Enchancement] Add `--exclude` option to reduce amount of files zipped and sent from local machine
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
`sm-docker` zips the whole working directory and in case Python `venv` files are placed inside this dir, it takes ages to compress and upload gigabytes of data.
It should be the way to exclude local dirs:
`sm-docker build . --exclude ./venv --exclude ./build`
Contributor guide
Assessment
This issue has not been assessed yet.