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
561e7e37
Commit
561e7e37
authored
Sep 10, 2018
by
Deshui Yu
Committed by
fishyds
Sep 10, 2018
Browse files
Update path in Makefile
parent
4042b503
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
561e7e37
...
@@ -82,7 +82,7 @@ pip-install:
...
@@ -82,7 +82,7 @@ pip-install:
export
PATH
=
$(INSTALL_PREFIX)
/node/bin:
$(INSTALL_PREFIX)
/yarn/bin:
$(PATH)
&&
cd
src/nni_manager
&&
$(YARN)
&&
$(YARN)
build
export
PATH
=
$(INSTALL_PREFIX)
/node/bin:
$(INSTALL_PREFIX)
/yarn/bin:
$(PATH)
&&
cd
src/nni_manager
&&
$(YARN)
&&
$(YARN)
build
### Building Web UI ###
### Building Web UI ###
cd
src/webui
&&
$(YARN)
&&
$(YARN)
build
export
PATH
=
$(INSTALL_PREFIX)
/node/bin:
$(INSTALL_PREFIX)
/yarn/bin:
$(PATH)
&&
cd
src/webui
&&
$(YARN)
&&
$(YARN)
build
mkdir
-p
$(BIN_PATH)
mkdir
-p
$(BIN_PATH)
mkdir
-p
$(INSTALL_PREFIX)/nni
mkdir
-p
$(INSTALL_PREFIX)/nni
...
...
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