Skip to content

Commit e10015f

Browse files
committed
uses image with zstd compression
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent d91788a commit e10015f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/recipes_local_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# --output type=registry,compression=zstd,force-compression=true,oci-mediatypes=true,compression-level=15
5656
# and pushed to the dockerhub registry. Our github actions are able to cache image pulls from dockerhub but not nvcr, so
5757
# 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"
58+
DEFAULT_CONTAINER = "svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed-zstd"
5959

6060

6161
def get_git_root() -> str:

0 commit comments

Comments
 (0)