News

Similar to building locally, to test locally, you’ll need access to a personal/team AWS account. To test out: Either on an EC2 instance with the deep-learning-containers repo cloned, or on your local ...
make test to run tests for current python version; make lint to run only linters for current python version; make tox-current to run all checks (tests + code style checks + linters + format check) for ...