Skip to content

Commit d758bd8

Browse files
fix: Update CUDA_TAG to 11.8.0 for GPU Docker image in publish workflow
1 parent 9adec08 commit d758bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
BUILD_TYPE=gpu
5656
PY_VER=3.10
5757
TF_VER=2.9.2
58-
CUDA_TAG=11.2.2-cudnn8-runtime-ubuntu20.04
58+
CUDA_TAG=11.8.0-cudnn8-runtime-ubuntu22.04
5959
# 4. Multi-arch CPU image
6060
- name: Build and push CPU Docker image
6161
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)