Skip to content

Commit 5c698d1

Browse files
committed
refactor: default deployer images
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent d0ba849 commit 5c698d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpustack_runtime/envs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@
254254
# Deployer
255255
"GPUSTACK_RUNTIME_DOCKER_PAUSE_IMAGE": lambda: getenv(
256256
"GPUSTACK_RUNTIME_DOCKER_PAUSE_IMAGE",
257-
"rancher/mirrored-pause:3.10",
257+
"gpustack/runtime:pause",
258258
),
259259
"GPUSTACK_RUNTIME_DOCKER_UNHEALTHY_RESTART_IMAGE": lambda: getenv(
260260
"GPUSTACK_RUNTIME_DOCKER_UNHEALTHY_RESTART_IMAGE",
261-
"willfarrell/autoheal:latest",
261+
"gpustack/runtime:health",
262262
),
263263
"GPUSTACK_RUNTIME_DOCKER_EPHEMERAL_FILES_DIR": lambda: mkdir_path(
264264
getenv(

0 commit comments

Comments
 (0)