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
4042b503
"vscode:/vscode.git/clone" did not exist on "159f9b34e14d5d0a56296051c9eeec009681507e"
Commit
4042b503
authored
Sep 10, 2018
by
Deshui Yu
Committed by
fishyds
Sep 10, 2018
Browse files
Update path in makefile
parent
4808acf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
Makefile
Makefile
+2
-5
No files found.
Makefile
View file @
4042b503
...
...
@@ -78,11 +78,8 @@ pip-install:
tar
xf yarn-v1.9.4.tar.gz
cp
-rT
yarn-v1.9.4
$(INSTALL_PREFIX)
/yarn
### Export PATH for node and yarn
export
PATH
=
$(INSTALL_PREFIX)
/node/bin:
$(INSTALL_PREFIX)
/yarn/bin:
$(PATH)
### Building NNI Manager ###
cd
src/nni_manager
&&
$(YARN)
&&
$(YARN)
build
### Export PATH for node and yarn, and build NNI Manager ###
export
PATH
=
$(INSTALL_PREFIX)
/node/bin:
$(INSTALL_PREFIX)
/yarn/bin:
$(PATH)
&&
cd
src/nni_manager
&&
$(YARN)
&&
$(YARN)
build
### Building Web UI ###
cd
src/webui
&&
$(YARN)
&&
$(YARN)
build
...
...
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