Skip to content

Commit b9a97f7

Browse files
committed
Use container-runtime 1.9.1 by default
1 parent 0ecf372 commit b9a97f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/cli/_plugins/remote/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ServiceResult(enum.Enum):
8484
DEFAULT_IMAGE_REPO = "/snowflake/images/snowflake_images"
8585
DEFAULT_IMAGE_CPU = "st_plat/runtime/x86/runtime_image/snowbooks"
8686
DEFAULT_IMAGE_GPU = "st_plat/runtime/x86/generic_gpu/runtime_image/snowbooks"
87-
DEFAULT_IMAGE_TAG = "1.7.2"
87+
DEFAULT_IMAGE_TAG = "1.9.1"
8888

8989
# Percent of container memory to allocate for /dev/shm volume
9090
MEMORY_VOLUME_SIZE = 0.3

0 commit comments

Comments
 (0)