FIX / Workflow: Fix SSH workflow bug (#30474)

Update ssh-runner.yml
This commit is contained in:
Younes Belkada
2024-04-25 10:36:54 +02:00
committed by GitHub
parent cd0cd12add
commit e9b1635478

View File

@@ -24,8 +24,8 @@ env:
jobs:
ssh_runner:
name: SSH
runs-on: [single-gpu, nvidia-gpu, ${{ github.event.inputs.runner_type }}, ci]
name: "SSH"
runs-on: [single-gpu, nvidia-gpu, "${{ github.event.inputs.runner_type }}", ci]
container:
image: ${{ github.event.inputs.docker_image }}
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/