This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
move graphvizlib.wasm into third_party folder and copy the file to ui static folder
tags/v0.5.0-beta
ph
5 years ago
parent
ac9fa3b4c0
commit
01a24378f0
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
build/scripts/ui.sh
+0
-0
third_party/hpcc/graphvizlib.wasm
+ 2
- 0
build/scripts/ui.sh
View File
@@ -26,6 +26,8 @@ build_ui() {
rm -f package-lock.json
rm -rf dist
mkdir -p public/static/js
cp ../../third_party/hpcc/graphvizlib.wasm public/static/js
npm config set strict-ssl false
npm config set unsafe-perm true
mindinsight/ui/public/static/js/graphvizlib.wasm → third_party/hpcc/graphvizlib.wasm
View File
Write
Preview
Loading…
Cancel
Save