Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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