Skip to content

Commit

Permalink
Only build Cuda 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faizansana committed Feb 22, 2024
1 parent ee77414 commit 4eeec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cuda: ["11.8.0", "12.0.0"]
cuda: ["12.0.0"]
carla: ["0.9.10.1", "0.9.13"]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4eeec7d

Please sign in to comment.