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
17e719e0
Unverified
Commit
17e719e0
authored
Mar 12, 2019
by
SparkSnail
Committed by
GitHub
Mar 12, 2019
Browse files
Merge pull request #140 from Microsoft/master
Fix integration test dependencies (#822)
parents
d25f7b50
9790e979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
test/pipelines-it-kubeflow.yml
test/pipelines-it-kubeflow.yml
+10
-0
test/pipelines-it-pai.yml
test/pipelines-it-pai.yml
+10
-0
No files found.
test/pipelines-it-kubeflow.yml
View file @
17e719e0
...
...
@@ -38,6 +38,16 @@ jobs:
source install.sh
displayName
:
'
Install
nni
toolkit
via
source
code'
-
script
:
|
python3 -m pip install scikit-learn==0.20.0 --user
python3 -m pip install torch==0.4.1 --user
python3 -m pip install torchvision==0.2.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.10.0 --user
sudo apt-get install swig -y
nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests
in
Kubeflow
mode'
-
script
:
|
if [ $(build_docker_img) = 'true' ]
then
...
...
test/pipelines-it-pai.yml
View file @
17e719e0
...
...
@@ -38,6 +38,16 @@ jobs:
source install.sh
displayName
:
'
Install
nni
toolkit
via
source
code'
-
script
:
|
python3 -m pip install scikit-learn==0.20.0 --user
python3 -m pip install torch==0.4.1 --user
python3 -m pip install torchvision==0.2.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.10.0 --user
sudo apt-get install swig -y
nnictl package install --name=SMAC
displayName
:
'
Install
dependencies
for
integration
tests
in
PAI
mode'
-
script
:
|
if [ $(build_docker_img) = 'true' ]
then
...
...
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