https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: e8edc2e17cbd4af7c200588382d3fe53780fd100 authored by Wenqi Li on 08 October 2023, 06:56:34 UTC
fixes releasing pipeline (#7103)
Tip revision: e8edc2e
.dockerignore
# Ignore the following files/folders during docker build

__pycache__/
docs/

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

!README.md
back to top