Skip to content

Commit fc62659

Browse files
committed
Bump CUDA base-image
to 12.6.3-runtime-ubuntu20.04 for python 3.8 and 3.10 and to 12.6.3-runtime-ubuntu22.04 for python 3.11
1 parent 340ccc2 commit fc62659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CUDA_IMAGE_TAG=11.4.3-runtime-ubuntu20.04
1+
ARG CUDA_IMAGE_TAG=12.6.3-runtime-ubuntu20.04
22
FROM nvidia/cuda:${CUDA_IMAGE_TAG}
33

44
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)