Skip to content

Commit 967c50c

Browse files
cquil11claude
andcommitted
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

File tree

runners/launch_h200-dgxc-slurm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ else
315315
--container-image=$SQUASH_FILE \
316316
--container-mounts=$GITHUB_WORKSPACE:$CONTAINER_MOUNT_DIR/,$HF_HUB_CACHE_MOUNT:$HF_HUB_CACHE,$AIPERF_MMAP_CACHE_HOST_PATH:/aiperf_mmap_cache \
317317
--no-container-mount-home \
318+
--container-remap-root \
318319
--container-workdir=$CONTAINER_MOUNT_DIR/ \
319320
--no-container-entrypoint --export=ALL,PORT=8888,AIPERF_DATASET_MMAP_CACHE_DIR=/aiperf_mmap_cache \
320321
bash $BENCH_SCRIPT

0 commit comments

Comments
 (0)