Skip to content

Commit e3a9f3a

Browse files
committed
add comment for squashed image
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 383f49a commit e3a9f3a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ci/scripts/recipes_local_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@
4747
CUSTOM_CONTAINERS = {
4848
"models/amplify": "svcbionemo023/bionemo-framework:amplify-model-devcontainer-082025",
4949
}
50+
5051
# DEFAULT_CONTAINER = "nvcr.io/nvidia/pytorch:25.06-py3"
52+
53+
# This is a squashed version of the pytorch:25.06-py3 image, generated with
54+
# docker-squash nvcr.io/nvidia/pytorch:25.06-py3 -t svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed
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.
5158
DEFAULT_CONTAINER = "svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed"
5259

5360

0 commit comments

Comments
 (0)