Commit 4042b503 authored by Deshui Yu's avatar Deshui Yu Committed by fishyds
Browse files

Update path in makefile

parent 4808acf6
...@@ -78,12 +78,9 @@ pip-install: ...@@ -78,12 +78,9 @@ pip-install:
tar xf yarn-v1.9.4.tar.gz tar xf yarn-v1.9.4.tar.gz
cp -rT yarn-v1.9.4 $(INSTALL_PREFIX)/yarn cp -rT yarn-v1.9.4 $(INSTALL_PREFIX)/yarn
### Export PATH for node and yarn ### Export PATH for node and yarn, and build NNI Manager ###
export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH) export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH) && cd src/nni_manager && $(YARN) && $(YARN) build
### Building NNI Manager ###
cd src/nni_manager && $(YARN) && $(YARN) build
### Building Web UI ### ### Building Web UI ###
cd src/webui && $(YARN) && $(YARN) build cd src/webui && $(YARN) && $(YARN) build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment