Skip to content

Commit

Permalink
Reset Docker CUDA version when using Stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 23, 2024
1 parent 4f00791 commit 6807a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,9 @@
releaseClickHandler(e, release) {
if (this.isDisabled(e.target)) return;
this.active_release = release;
if (this.active_release === "Stable" && this.active_docker_cuda_ver === "12.5") {
this.active_docker_cuda_ver = "12.2";
}
},
imgTypeClickHandler(e, type) {
if (this.isDisabled(e.target)) return;
Expand Down

0 comments on commit 6807a75

Please sign in to comment.