Commit 967c50c
runners(h200-dgxc-slurm): remap container UID to root to match b200-dgxc
vllm/vllm-openai:v0.21.0 ships as a non-root image. On b200-dgxc the
cluster's pyxis/enroot config implicitly remaps the calling user to UID
0 inside the container, so install_agentic_deps's `apt-get install -y
git` works without sudo. On h200-dgxc-slurm no such remap happens, and
the install fails with `dpkg: error: requested operation requires
superuser privilege` (see run 26474829070).
Adding --container-remap-root to the srun line matches b200-dgxc's
effective behavior; benchmark_lib.sh stays untouched.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Cam Quilici <cjquilici@gmail.com>1 parent acc2c73 commit 967c50c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
0 commit comments