Skip to content

Commit 116e3e4

Browse files
authored
Update build_wheels_linux.yml
1 parent 964f2f8 commit 116e3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
environment: ${{(inputs.trigger-event == 'schedule' || (inputs.trigger-event == 'push' && (startsWith(github.event.ref, 'refs/heads/nightly') || startsWith(github.event.ref, 'refs/tags/v')))) && 'pytorchbot-env' || ''}}
134134
container:
135135
image: ${{ matrix.container_image }}
136-
options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all,"capabilities=compute,utility,video"' || ' ' }}
136+
options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus ''all,"capabilities=compute,utility,video"''' || ' ' }}
137137
timeout-minutes: ${{ inputs.timeout }}
138138
steps:
139139
- name: Clean workspace

0 commit comments

Comments
 (0)