We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ba849 commit 5c698d1Copy full SHA for 5c698d1
gpustack_runtime/envs.py
@@ -254,11 +254,11 @@
254
# Deployer
255
"GPUSTACK_RUNTIME_DOCKER_PAUSE_IMAGE": lambda: getenv(
256
"GPUSTACK_RUNTIME_DOCKER_PAUSE_IMAGE",
257
- "rancher/mirrored-pause:3.10",
+ "gpustack/runtime:pause",
258
),
259
"GPUSTACK_RUNTIME_DOCKER_UNHEALTHY_RESTART_IMAGE": lambda: getenv(
260
"GPUSTACK_RUNTIME_DOCKER_UNHEALTHY_RESTART_IMAGE",
261
- "willfarrell/autoheal:latest",
+ "gpustack/runtime:health",
262
263
"GPUSTACK_RUNTIME_DOCKER_EPHEMERAL_FILES_DIR": lambda: mkdir_path(
264
getenv(
0 commit comments