Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Apr 23, 2024
1 parent fff12ff commit 9b79a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: SSH
runs-on: [single-gpu, nvidia-gpu, ${{ github.event.inputs.runner_type }}, ci]
container:
image: ${{ github.event.inputs.runner_type }}
image: ${{ github.event.inputs.docker_image }}
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/

steps:
Expand Down

0 comments on commit 9b79a27

Please sign in to comment.