Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
ff40dc38
Commit
ff40dc38
authored
Dec 20, 2018
by
Gems
Committed by
goooxu
Dec 21, 2018
Browse files
Fixed the issue that version webAPI doesn't work if installed via dev-easy-install
parent
353247b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefile
Makefile
+2
-0
No files found.
Makefile
View file @
ff40dc38
...
@@ -188,6 +188,8 @@ dev-install-node-modules:
...
@@ -188,6 +188,8 @@ dev-install-node-modules:
#
$(_INFO)
Installing NNI Package
$(_END)
#
$(_INFO)
Installing NNI Package
$(_END)
rm
-rf
$(NNI_PKG_FOLDER)
rm
-rf
$(NNI_PKG_FOLDER)
ln
-sf
${PWD}
/src/nni_manager/dist
$(NNI_PKG_FOLDER)
ln
-sf
${PWD}
/src/nni_manager/dist
$(NNI_PKG_FOLDER)
cp
src/nni_manager/package.json
$(NNI_PKG_FOLDER)
sed
-ie
's/NNI_VERSION/
$(NNI_VERSION)
/'
$(NNI_PKG_FOLDER)
/package.json
ln
-sf
${PWD}
/src/nni_manager/node_modules
$(NNI_PKG_FOLDER)
/node_modules
ln
-sf
${PWD}
/src/nni_manager/node_modules
$(NNI_PKG_FOLDER)
/node_modules
ln
-sf
${PWD}
/src/webui/build
$(NNI_PKG_FOLDER)
/static
ln
-sf
${PWD}
/src/webui/build
$(NNI_PKG_FOLDER)
/static
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment