Skip to content

Commit ee24544

Browse files
committed
trying with new image
1 parent 06d7838 commit ee24544

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@ jobs:
1919
name: Testing using pytest
2020
runs-on: ubuntu-latest
2121
container:
22-
image: nvidia/cuda:12.1.1-devel-ubuntu22.04
22+
image: aidockorg/python-cuda:3.10-v2-cuda-12.1.1-base-22.04
2323

2424
steps:
2525
- uses: actions/checkout@v3
26-
27-
- name: Set up Python
28-
uses: actions/setup-python@v3
29-
with:
30-
python-version: 3.10.16
3126

3227
- name: Set up Python environment
3328
run: |

0 commit comments

Comments
 (0)