Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# adding dome more images as Thunder mainly using python 3.10,
# and we need to support integrations as for example LitGPT
python_version: ["3.10"]
pytorch_version: ["2.3.1", "2.4.1", "2.5.1", "2.6.0", "2.7.0"]
cuda_version: ["12.4.1"]
include:
# These are the base images for PL release docker images.
# Make sure the matrix here matches the one above.
Expand Down
Loading