Skip to content

Commit

Permalink
Use CUDA docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Dec 27, 2023
1 parent 4543a73 commit 65c9192
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
steps:
- uses: actions/checkout@v3
- name: Clone submodules
Expand Down

0 comments on commit 65c9192

Please sign in to comment.