fix: add worker command miss image
This commit is contained in:
@@ -63,6 +63,7 @@ export const addWorkerGuide: Record<string, any> = {
|
|||||||
--privileged \\
|
--privileged \\
|
||||||
--net=host \\
|
--net=host \\
|
||||||
-v gpustack-data:/var/lib/gpustack \\
|
-v gpustack-data:/var/lib/gpustack \\
|
||||||
|
${params.image} \\
|
||||||
--server-url ${params.server} \\
|
--server-url ${params.server} \\
|
||||||
--registration-token ${params.token} \\
|
--registration-token ${params.token} \\
|
||||||
--worker-ip ${params.workerip}`;
|
--worker-ip ${params.workerip}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user