Skip to content

Commit

Permalink
Merge pull request #17 from alexzyWu/dev-0.2.0
Browse files Browse the repository at this point in the history
Update UI module
  • Loading branch information
alexzyWu authored Mar 15, 2021
2 parents 7d2c6e8 + a17cd5b commit 8552783
Show file tree
Hide file tree
Showing 18 changed files with 3,051 additions and 356 deletions.
408 changes: 367 additions & 41 deletions ui/i18n-config.json

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions ui/public/static/env-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
// 动态变量配置,该配置文件用于本地联调,线上环境后台配置文件会覆盖本文件,因此配置文件同步后台配置文件
var mlssEnvConfig = {
'development': {
'DI': {
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
'imageOption': ['tensorflow-1.5.0-py3', 'tensorflow-1.5.0-gpu-py3-wml-v1'],
'definePython': '',
'pythonOption': [
]
},
'AIDE': {
'defineImage': 'uat.sf.dockerhub.stgwebank/webank/mlss-di', // 镜像基本路径
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
'imageOption': ['tensorflow-1.12.0-notebook-gpu-v0.4.0', 'tensorflow-1.12.0-notebook-gpu-v0.4.0-wml-v1']
},
'basisPlatform': {
Expand All @@ -15,8 +22,15 @@ var mlssEnvConfig = {
'ccApiVersion': 'v1' // cc接口模块版本号
},
'production': {
'DI': {
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
'imageOption': ['tensorflow-1.5.0-py3', 'tensorflow-1.5.0-gpu-py3-wml-v1'],
'definePython': '',
'pythonOption': [
]
},
'AIDE': {
'defineImage': 'uat.sf.dockerhub.stgwebank/webank/mlss-di', // 镜像基本路径
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
'imageOption': ['tensorflow-1.12.0-notebook-gpu-v0.4.0', 'tensorflow-1.12.0-notebook-gpu-v0.4.0-wml-v1']
},
'basisPlatform': {
Expand Down
Loading

0 comments on commit 8552783

Please sign in to comment.