File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,16 +316,16 @@ workflows:
316316
317317 - build-and-push-gpu :
318318 name : Tensorflow 2.9
319- cuda-tag : " 11.4 .3-runtime-ubuntu20.04"
319+ cuda-tag : " 12.6 .3-runtime-ubuntu20.04"
320320 tf-version : " 2.9.1"
321321 python-version : " 3.8"
322322 - build-and-push-gpu :
323323 name : Tensorflow 2.11
324- cuda-tag : " 11.4 .3-runtime-ubuntu20.04"
324+ cuda-tag : " 12.6 .3-runtime-ubuntu20.04"
325325 tf-version : " 2.11.1"
326326 python-version : " 3.10"
327327 - build-and-push-gpu :
328328 name : Tensorflow 2.15
329- cuda-tag : " 12.2.2 -runtime-ubuntu22.04"
329+ cuda-tag : " 12.6.3 -runtime-ubuntu22.04"
330330 tf-version : " 2.15.0"
331331 python-version : " 3.11"
Original file line number Diff line number Diff line change 1- ARG CUDA_IMAGE_TAG=11.4 .3-runtime-ubuntu20.04
1+ ARG CUDA_IMAGE_TAG=12.6 .3-runtime-ubuntu20.04
22FROM nvidia/cuda:${CUDA_IMAGE_TAG}
33
44ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments