diff --git a/deploy/charts/octopus/values.yaml b/deploy/charts/octopus/values.yaml index ce8b4145..c734028c 100644 --- a/deploy/charts/octopus/values.yaml +++ b/deploy/charts/octopus/values.yaml @@ -147,7 +147,7 @@ baseserver: baseUrl: 192.168.202.73 pytorchServer: imageAddr: 192.168.202.110:5000/octopus/pytorchserver - version: 2.0.4 + version: 2.0.5 sftpgo: username: admin password: abcde diff --git a/deploy/single_master_k8s_install/base.config b/deploy/single_master_k8s_install/base.config index 02ca3d9b..5533c0eb 100644 --- a/deploy/single_master_k8s_install/base.config +++ b/deploy/single_master_k8s_install/base.config @@ -4,7 +4,7 @@ masterip="192.168.0.2" # 过滤IP段,用于过滤得到服务器的IP地址 ip_segment="192.168.0" -k8s_version="v1.18.20" +k8s_version="v1.20.1" kube_version=${k8s_version/v/} # root用户密码,请设置k8s集群所有服务器root用户密码为统一密码 diff --git a/openai-portal/src/views/deployManager/components/dialogForm.vue b/openai-portal/src/views/deployManager/components/dialogForm.vue index 9a89c1f2..10cf7366 100644 --- a/openai-portal/src/views/deployManager/components/dialogForm.vue +++ b/openai-portal/src/views/deployManager/components/dialogForm.vue @@ -347,6 +347,8 @@ // 获取资源规格 getResourceList() { this.specificationVisible = true + this.ruleForm.resourceSpecId = "" + this.resourceOptions = [] getResourceList(this.ruleForm.resourcePool).then(response => { if (response.success) { response.data.mapResourceSpecIdList.deploy.resourceSpecs.forEach( diff --git a/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue b/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue index 8c75f618..e22a43d2 100644 --- a/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue +++ b/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue @@ -292,6 +292,8 @@ }, getResource() { this.specificationVisible = true + this.ruleForm.specification = "" + this.resourceList = [] getResourceList(this.ruleForm.resourcePool).then(response => { if (response.success) { response.data.mapResourceSpecIdList.debug.resourceSpecs.forEach( diff --git a/openai-portal/src/views/setting/ftp.vue b/openai-portal/src/views/setting/ftp.vue index 9960db8f..f0758d07 100644 --- a/openai-portal/src/views/setting/ftp.vue +++ b/openai-portal/src/views/setting/ftp.vue @@ -3,7 +3,7 @@
ftp设置
- + @@ -14,8 +14,8 @@ - - + + 创建 @@ -113,7 +113,7 @@ export default { padding: 20px; min-height: 900px; } - .demo { + .dividerClass { margin:5px 0 5px 0 !important; } \ No newline at end of file diff --git a/openai-portal/src/views/trainingManager/components/createDialog/distributedTask.vue b/openai-portal/src/views/trainingManager/components/createDialog/distributedTask.vue index a283e290..794323e7 100644 --- a/openai-portal/src/views/trainingManager/components/createDialog/distributedTask.vue +++ b/openai-portal/src/views/trainingManager/components/createDialog/distributedTask.vue @@ -33,24 +33,16 @@ 增加 预览 - -
- - - - - - - - - - -
+ + + + + @@ -76,7 +68,6 @@