fix: add worker command miss image

This commit is contained in:
jialin
2025-10-09 14:31:59 +08:00
parent 67552c14af
commit ee95fabc47
+1
View File
@@ -63,6 +63,7 @@ export const addWorkerGuide: Record<string, any> = {
--privileged \\
--net=host \\
-v gpustack-data:/var/lib/gpustack \\
${params.image} \\
--server-url ${params.server} \\
--registration-token ${params.token} \\
--worker-ip ${params.workerip}`;