We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a0c5 commit d3c1082Copy full SHA for d3c1082
.github/workflows/docker-bases.yml
@@ -78,6 +78,7 @@ jobs:
78
if: inputs.cpu
79
name: "cpu-base"
80
runs-on: ubuntu-latest
81
+ needs: deploy-nogil-base
82
env:
83
DOCKER_BUILDKIT: "1"
84
@@ -129,6 +130,7 @@ jobs:
129
130
if: inputs.intel
131
name: "oneapi-base"
132
133
134
135
136
@@ -204,6 +206,7 @@ jobs:
204
206
if: inputs.nvidia
205
207
name: "nvidia-bases"
208
runs-on: ["self-hosted", "nvidiagpu"]
209
210
211
212
@@ -283,6 +286,7 @@ jobs:
283
286
if: inputs.amd
284
287
name: "amd-base"
285
288
runs-on: ["self-hosted", "amdgpu"]
289
290
291
292
0 commit comments