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
334cad50
"testing/python/vscode:/vscode.git/clone" did not exist on "7959d78662d9846f6786e81ec5ec12d2932ecc5e"
Commit
334cad50
authored
Oct 10, 2018
by
Zejun Lin
Committed by
fishyds
Oct 10, 2018
Browse files
quick fix for Makefile (#191)
parent
28d3039e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
334cad50
...
...
@@ -211,14 +211,14 @@ install-python-modules:
.PHONY
:
install-node-modules
install-node-modules
:
mkdir
-p
$(INSTALL_PREFIX)
/nni
rm
-rf
${PWD}
/
src/nni_manager/dist/node_modules
rm
-rf
src/nni_manager/dist/node_modules
#
$(_INFO)
Installing NNI Manager
$(_END)
cp
-rT
${PWD}
/
src/nni_manager/dist
$(INSTALL_PREFIX)
/nni/nni_manager
cp
-rT
${PWD}
/
src/nni_manager/node_modules
$(INSTALL_PREFIX)
/nni/nni_manager/node_modules
cp
-rT
src/nni_manager/dist
$(INSTALL_PREFIX)
/nni/nni_manager
cp
-rT
src/nni_manager/node_modules
$(INSTALL_PREFIX)
/nni/nni_manager/node_modules
#
$(_INFO)
Installing Web UI
$(_END)
cp
-rT
${PWD}
/
src/webui/build
$(INSTALL_PREFIX)
/nni/webui
cp
-rT
src/webui/build
$(INSTALL_PREFIX)
/nni/webui
.PHONY
:
install-dev-modules
...
...
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