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
f60bf1d9
Unverified
Commit
f60bf1d9
authored
Oct 10, 2019
by
chicm-ms
Committed by
GitHub
Oct 10, 2019
Browse files
Remove unneccessary dependencies in pipeline (#1597)
* refactor pipeline dependencies
parent
feef81ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
test/pipelines-it-kubeflow.yml
test/pipelines-it-kubeflow.yml
+0
-5
test/pipelines-it-local.yml
test/pipelines-it-local.yml
+2
-2
test/pipelines-it-pai.yml
test/pipelines-it-pai.yml
+0
-5
No files found.
test/pipelines-it-kubeflow.yml
View file @
f60bf1d9
...
...
@@ -39,11 +39,6 @@ jobs:
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==1.12.0 --user
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
...
...
test/pipelines-it-local.yml
View file @
f60bf1d9
...
...
@@ -9,8 +9,8 @@ jobs:
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 torch==
1.2.0
--user
python3 -m pip install torchvision==0.
4.0
--user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.12.0 --user
sudo apt-get install swig -y
...
...
test/pipelines-it-pai.yml
View file @
f60bf1d9
...
...
@@ -39,11 +39,6 @@ jobs:
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.12.0 --user
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
...
...
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