Skip to content

Commit

Permalink
Update versions in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 14, 2023
1 parent bf437ae commit 2f7cd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ case "$1" in

"cuda120")
docker build -t xla-cuda120 -f builds/cuda.Dockerfile \
--build-arg CUDA_VERSION=12.0.0 \
--build-arg CUDNN_VERSION=8.8.0 \
--build-arg CUDA_VERSION=12.1.0 \
--build-arg CUDNN_VERSION=8.9.0 \
--build-arg XLA_TARGET=cuda120 \
.

Expand Down

0 comments on commit 2f7cd88

Please sign in to comment.