Skip to content

Commit aa17e0a

Browse files
authored
Merge pull request #17 from alexzyWu/dev-0.2.0
Update UI module
2 parents 2d58a8d + 2b709cf commit aa17e0a

File tree

18 files changed

+3051
-356
lines changed

18 files changed

+3051
-356
lines changed

ui/i18n-config.json

Lines changed: 367 additions & 41 deletions
Large diffs are not rendered by default.

ui/public/static/env-config.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
// 动态变量配置,该配置文件用于本地联调,线上环境后台配置文件会覆盖本文件,因此配置文件同步后台配置文件
22
var mlssEnvConfig = {
33
'development': {
4+
'DI': {
5+
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
6+
'imageOption': ['tensorflow-1.5.0-py3', 'tensorflow-1.5.0-gpu-py3-wml-v1'],
7+
'definePython': '',
8+
'pythonOption': [
9+
]
10+
},
411
'AIDE': {
5-
'defineImage': 'uat.sf.dockerhub.stgwebank/webank/mlss-di', // 镜像基本路径
12+
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
613
'imageOption': ['tensorflow-1.12.0-notebook-gpu-v0.4.0', 'tensorflow-1.12.0-notebook-gpu-v0.4.0-wml-v1']
714
},
815
'basisPlatform': {
@@ -15,8 +22,15 @@ var mlssEnvConfig = {
1522
'ccApiVersion': 'v1' // cc接口模块版本号
1623
},
1724
'production': {
25+
'DI': {
26+
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
27+
'imageOption': ['tensorflow-1.5.0-py3', 'tensorflow-1.5.0-gpu-py3-wml-v1'],
28+
'definePython': '',
29+
'pythonOption': [
30+
]
31+
},
1832
'AIDE': {
19-
'defineImage': 'uat.sf.dockerhub.stgwebank/webank/mlss-di', // 镜像基本路径
33+
'defineImage': 'uat.sf.dockerhub.stgwebank/wedatasphere/prophecis', // 镜像基本路径
2034
'imageOption': ['tensorflow-1.12.0-notebook-gpu-v0.4.0', 'tensorflow-1.12.0-notebook-gpu-v0.4.0-wml-v1']
2135
},
2236
'basisPlatform': {

0 commit comments

Comments
 (0)