Skip to content

Commit

Permalink
Update Nvidia host driver to 535.113.01 (iree-org#15179)
Browse files Browse the repository at this point in the history
Due to a mistake (we installed the transitional packages, which didn't
pin the version properly), our docker image will install 535.113
packages when rebuild and the old 535.86 packages have been removed on
Ubuntu's server.

So this change forwards the host driver to 535.113 and the docker images
will be updated in a follow-up change (with packages properly pinned to
535.113)

GPU tests passed:
https://github.com/openxla/iree/actions/runs/6512065951

ci-exactly: build_all, test_tf_integrations_gpu
runner-env: testing
  • Loading branch information
Jerry Wu authored Oct 13, 2023
1 parent 29b8197 commit 4cdfb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/github_actions/runner/gcp/create_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TESTING="${TEMPLATE_TESTING:-0}"
DRY_RUN="${DRY_RUN:-0}"
TESTING_SELF_DELETER="${TESTING_SELF_DELETER:-0}"

GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2023-08-28-1693244870}"
GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2023-10-13-1697221547}"
CPU_IMAGE="${CPU_IMAGE:-github-runner-cpu-2023-06-02-1685725199}"
ARM64_IMAGE="${ARM64_IMAGE:-github-runner-arm64-2023-08-21-1692581800}"
DISK_SIZE_GB="${DISK_SIZE_GB:-1000}"
Expand Down

0 comments on commit 4cdfb91

Please sign in to comment.