https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: baa17a8b32c933fe00ae42a5f1990fdc0ad8f401 authored by Wenqi Li on 18 March 2023, 09:31:24 UTC
update release tests
Tip revision: baa17a8
.dockerignore
# Ignore the following files/folders during docker build

__pycache__/
docs/

.coverage
.coverage.*
.coverage/
coverage.xml
.readthedocs.yml
*.toml

!README.md
back to top