Skip to content

Commit

Permalink
Add CUDA 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 7, 2024
1 parent d2a1774 commit dd4a506
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,16 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-base"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-cudnn8-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-cudnn8-devel"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.4.1-base"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.4.1-cudnn-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.4.1-cudnn-devel"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.1.1-base"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.1.1-cudnn8-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "12.1.1-cudnn8-devel"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-base"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-cudnn8-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", cuda: "11.8.0-cudnn8-devel"}

steps:
-
name: Free Space
Expand Down Expand Up @@ -177,9 +181,6 @@ jobs:
- {latest: "false", python: "3.10", venv: "python_310", rocm: "6.0-core"}
- {latest: "false", python: "3.10", venv: "python_310", rocm: "6.0-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", rocm: "6.0-devel"}
- {latest: "false", python: "3.10", venv: "python_310", rocm: "5.7-core"}
- {latest: "false", python: "3.10", venv: "python_310", rocm: "5.7-runtime"}
- {latest: "false", python: "3.10", venv: "python_310", rocm: "5.7-devel"}
steps:
-
name: Free Space
Expand Down

0 comments on commit dd4a506

Please sign in to comment.