Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
9790e979
Unverified
Commit
9790e979
authored
Mar 11, 2019
by
chicm-ms
Committed by
GitHub
Mar 11, 2019
Browse files
Fix integration test dependencies (#822)
* Install dependencies for PAI/k8s IT * updates
parent
7108466c
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 @
9790e979
...
...
@@ -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 @
9790e979
...
...
@@ -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