Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
065d788c
Unverified
Commit
065d788c
authored
Apr 08, 2020
by
SparkSnail
Committed by
GitHub
Apr 08, 2020
Browse files
Fix nasui installation (#2283)
parent
ffc23cfb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
deployment/pypi/Makefile
deployment/pypi/Makefile
+2
-1
No files found.
deployment/pypi/Makefile
View file @
065d788c
...
@@ -41,7 +41,8 @@ build:
...
@@ -41,7 +41,8 @@ build:
cp
-r
$(CWD)
../../src/nni_manager/dist
$(CWD)
nni
cp
-r
$(CWD)
../../src/nni_manager/dist
$(CWD)
nni
cp
-r
$(CWD)
../../src/nni_manager/config
$(CWD)
nni
cp
-r
$(CWD)
../../src/nni_manager/config
$(CWD)
nni
cp
-r
$(CWD)
../../src/webui/build
$(CWD)
nni/static
cp
-r
$(CWD)
../../src/webui/build
$(CWD)
nni/static
cp
-r
$(CWD)
../../src/nasui/build
$(CWD)
nni/nasui
mkdir
-p
$(CWD)
nni/nasui/build
cp
-r
$(CWD)
../../src/nasui/build/.
$(CWD)
nni/nasui/build
cp
$(CWD)
../../src/nasui/server.js
$(CWD)
nni/nasui
cp
$(CWD)
../../src/nasui/server.js
$(CWD)
nni/nasui
cp
$(CWD)
../../src/nni_manager/package.json
$(CWD)
nni
cp
$(CWD)
../../src/nni_manager/package.json
$(CWD)
nni
sed
-ie
's/
$(NNI_VERSION_TEMPLATE)
/
$(NNI_VERSION_VALUE)
/'
$(CWD)
nni/package.json
sed
-ie
's/
$(NNI_VERSION_TEMPLATE)
/
$(NNI_VERSION_VALUE)
/'
$(CWD)
nni/package.json
...
...
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