Skip to content

Commit

Permalink
FIX / Workflow: Fix SSH workflow bug (#30474)
Browse files Browse the repository at this point in the history
Update ssh-runner.yml
  • Loading branch information
younesbelkada authored Apr 25, 2024
1 parent cd0cd12 commit e9b1635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e9b1635

Please sign in to comment.