fix: update addworker command for dtk

This commit is contained in:
jialin
2026-06-08 15:43:21 +08:00
committed by jialin
parent 09821aab85
commit 2b6f26e6c8
12 changed files with 76 additions and 20 deletions
@@ -41,6 +41,8 @@ const DockerRunCommand: React.FC<AddWorkerStepProps> = ({ disabled }) => {
const currentGPU = summary.get('currentGPU') || '';
const dtkVersion = summary.get('dtkVersion') || '25.04';
const stepIndex = stepList.indexOf(StepNamesMap.RunCommand) + 1;
return (
@@ -80,6 +82,7 @@ const DockerRunCommand: React.FC<AddWorkerStepProps> = ({ disabled }) => {
gpustackDataVolumeConfig.enable ? gpustackDataVolumeConfig.path : ''
}
currentGPU={currentGPU}
dtkVersion={dtkVersion}
/>
</StepCollapse>
);