We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f263 commit af183a4Copy full SHA for af183a4
.github/workflows/benchmarks.yml
@@ -52,7 +52,7 @@ jobs:
52
build-xla-gpu:
53
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
54
container:
55
- image: nvidia/cuda:12.0-base-ubuntu20.04-devel # Choose appropriate CUDA version and base image
+ image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
56
options: --gpus all --privileged # Might need privileged mode, use with caution
57
58
steps:
0 commit comments