This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
migrate from deprecated ubuntu-16.04 vmImage
tags/v0.3.18
Martin Kroeker
GitHub
4 years ago
parent
d3d6601727
commit
b858e65476
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
azure-pipelines.yml
+ 2
- 2
azure-pipelines.yml
View File
@@ -19,7 +19,7 @@ jobs:
# of gcc / glibc
- job: manylinux1_gcc
pool:
vmImage: 'ubuntu-
16.04
'
vmImage: 'ubuntu-
latest
'
steps:
- script: |
echo "FROM quay.io/pypa/manylinux1_x86_64
@@ -35,7 +35,7 @@ jobs:
displayName: Run manylinux1 docker build
- job: Intel_SDE_skx
pool:
vmImage: 'ubuntu-
16.04
'
vmImage: 'ubuntu-
latest
'
steps:
- script: |
# at the time of writing the available Azure Ubuntu vm image
Write
Preview
Loading…
Cancel
Save