Commit a44239e
committed
AZP: drop redundant /tmp/nvidia-mps bind from UCXX GPU containers
nvidia-container-runtime auto-mounts /tmp/nvidia-mps inside any container
started with --gpus all; explicit `-v /tmp/nvidia-mps:/tmp/nvidia-mps`
on top of that is a no-op duplicate. Verified live on
swx-rdmz-ucx-gpu-01: the MPS pipe + control socket show up under
/tmp/nvidia-mps inside the container even when the bind is omitted.
Other UCX gpu test containers in this file already follow this
convention.
Dropped from both ucxx_rapidsai_ci_conda_gpu and ucxx_rapidsai_ci_wheel_gpu
container options; added a comment so the next reader doesn't add the
bind back.1 parent a06846f commit a44239e
2 files changed
Lines changed: 9 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
277 | 272 | | |
278 | | - | |
| 273 | + | |
279 | 274 | | |
280 | | - | |
281 | 275 | | |
282 | 276 | | |
283 | 277 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 278 | + | |
288 | 279 | | |
289 | | - | |
| 280 | + | |
290 | 281 | | |
291 | 282 | | |
292 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 83 | + | |
| 84 | + | |
94 | 85 | | |
95 | 86 | | |
96 | 87 | | |
| |||
106 | 97 | | |
107 | 98 | | |
108 | 99 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 100 | | |
114 | 101 | | |
115 | 102 | | |
| |||
141 | 128 | | |
142 | 129 | | |
143 | 130 | | |
144 | | - | |
145 | | - | |
146 | 131 | | |
147 | 132 | | |
148 | 133 | | |
| |||
0 commit comments