We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91788a commit e10015fCopy full SHA for e10015f
1 file changed
ci/scripts/recipes_local_test.py
@@ -55,7 +55,7 @@
55
# --output type=registry,compression=zstd,force-compression=true,oci-mediatypes=true,compression-level=15
56
# and pushed to the dockerhub registry. Our github actions are able to cache image pulls from dockerhub but not nvcr, so
57
# hopefully this cuts down slightly on CI time at the expense of having a slightly in-directed image location.
58
-DEFAULT_CONTAINER = "svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed"
+DEFAULT_CONTAINER = "svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed-zstd"
59
60
61
def get_git_root() -> str:
0 commit comments