We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a196872 commit 9230fc0Copy full SHA for 9230fc0
.github/workflows/runtime_tests.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Test
48
run: |
49
- docker run --rm multipy bash -c "if [[ ${{ matrix.python-minor-version }} -lt 8 ]]; then source ~/venvs/multipy/bin/activate; fi && multipy/runtime/build/test_deploy"
+ nvidia-docker run --rm multipy bash -c "if [[ ${{ matrix.python-minor-version }} -lt 8 ]]; then source ~/venvs/multipy/bin/activate; fi && multipy/runtime/build/test_deploy"
50
nvidia-docker run --rm multipy bash -c "if [[ ${{ matrix.python-minor-version }} -lt 8 ]]; then source ~/venvs/multipy/bin/activate; fi && multipy/runtime/build/test_deploy_gpu"
51
52
0 commit comments