chore: cluster docker provider

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 5e1a26b743
commit 336bafd6ce
21 changed files with 266 additions and 256 deletions
@@ -66,7 +66,7 @@ const AddWorkerStep: React.FC<AddModalProps> = ({
const [currentProvider, setCurrentProvider] = React.useState<string>('cuda');
const [workerCommand, setWorkerCommand] = React.useState<Record<string, any>>(
{
label: 'NVIDIA CUDA',
label: 'NVIDIA',
link: 'https://docs.gpustack.ai/latest/installation/installation-requirements/#nvidia-cuda'
}
);
@@ -85,7 +85,7 @@ const AddWorkerStep: React.FC<AddModalProps> = ({
onSelect={handleSelectProvider}
currentProvider={currentProvider}
/>
{provider === ProviderValueMap.Custom && (
{provider === ProviderValueMap.Docker && (
<Content>
<Line></Line>
<Alert