Skip to content

Commit

Permalink
Build v1.10.0 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 5, 2024
1 parent 9b7dd32 commit 8b610c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "false", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1"}
- {latest: "true", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "false", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"}
- {latest: "true", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"}

steps:
-
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
- {latest: "true", tag: "v1.10.0", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
steps:
-
name: Free Space
Expand Down

0 comments on commit 8b610c3

Please sign in to comment.