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
140dd83d
Unverified
Commit
140dd83d
authored
Aug 02, 2019
by
SparkSnail
Committed by
GitHub
Aug 02, 2019
Browse files
Fix pypi package (#1404)
parent
b56e4a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
deployment/pypi/Makefile
deployment/pypi/Makefile
+1
-0
No files found.
deployment/pypi/Makefile
View file @
140dd83d
...
@@ -38,6 +38,7 @@ build:
...
@@ -38,6 +38,7 @@ build:
cd
$(CWD)
../../src/webui
&&
$(NNI_YARN)
&&
$(NNI_YARN)
build
cd
$(CWD)
../../src/webui
&&
$(NNI_YARN)
&&
$(NNI_YARN)
build
rm
-rf
$(CWD)
nni
rm
-rf
$(CWD)
nni
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/webui/build
$(CWD)
nni/static
cp
-r
$(CWD)
../../src/webui/build
$(CWD)
nni/static
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