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
fix bug of copying graphvizlib.wasm
tags/v1.1.0
liangyongxiong
5 years ago
parent
ae260b26ca
commit
a499407725
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
build/scripts/ui.sh
+ 1
- 2
build/scripts/ui.sh
View File
@@ -41,8 +41,7 @@ build_ui() {
exit 1
fi
rm -f public/static/js/graphvizlib.wasm
cp node_modules/@hpcc-js/wasm/dist/graphvizlib.wasm public/static/js
cp node_modules/@hpcc-js/wasm/dist/graphvizlib.wasm dist/static/js
}
build_ui
Write
Preview
Loading…
Cancel
Save