Skip to content

Commit 96685b1

Browse files
committed
docker as non-root
1 parent f2cc919 commit 96685b1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/eval-gms8k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: ./.github/workflows/eval-tmpl.yml
5050
secrets: inherit
5151
with:
52-
runner: h100-cw_0
52+
runner: h100-cr_0
5353
image: ${{ inputs.image || 'vllm/vllm-openai:v0.11.0' }}
5454
model: ${{ inputs.model || 'openai/gpt-oss-120b' }}
5555
framework: vllm

.github/workflows/eval-tmpl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
steps:
8282
- name: Resource cleanup
8383
run: |
84-
sudo rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/eval_out/
8584
# Helper to avoid indefinite hangs on flaky tools (Docker/Slurm)
8685
safe_timeout() {
8786
if command -v timeout >/dev/null 2>&1; then

0 commit comments

Comments
 (0)