You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_and_push_models.yml
-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# This workflow will install Python dependencies, build the latest models as containers, and push to the registry the resulting containers
2
2
# TODO: Use cache for caching the docker images, to speed up the build
3
3
# TODO: Can we have the dependencies stored somehow (predownloaded, a custom image, a container registry, our artifact server...) so this will always be reproduceable?
4
-
# TODO: Can we have some kind of Bill Of Materials of the resulting image? What packages are in there? What python "modules" ? Code version of monai?
0 commit comments