Unverified Commit e9b16354 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

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

Update ssh-runner.yml
parent cd0cd12a
...@@ -24,8 +24,8 @@ env: ...@@ -24,8 +24,8 @@ env:
jobs: jobs:
ssh_runner: ssh_runner:
name: SSH name: "SSH"
runs-on: [single-gpu, nvidia-gpu, ${{ github.event.inputs.runner_type }}, ci] runs-on: [single-gpu, nvidia-gpu, "${{ github.event.inputs.runner_type }}", ci]
container: container:
image: ${{ github.event.inputs.docker_image }} image: ${{ github.event.inputs.docker_image }}
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment