"tests/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "dc903e70acf9dba74d6afaa50e7b5650d6b9338a"
Commit ff40dc38 authored by Gems's avatar Gems Committed by goooxu
Browse files

Fixed the issue that version webAPI doesn't work if installed via dev-easy-install

parent 353247b2
...@@ -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
......
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