Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 8fb7907

Browse files
authored
Replace base of cuda_12 dockerfile with cudnn support one (#548)
1 parent a131e70 commit 8fb7907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfzero/docker/Dockerfile_ubuntu_2204_tf_cuda_12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# - Installs tf-nightly-gpu (this is TF 2.3)
33
# - Installs requirements.txt for tensorflow/models
44

5-
FROM nvidia/cuda:12.2.0-devel-ubuntu20.04 as base
5+
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04 as base
66
ARG tensorflow_pip_spec="tf-nightly"
77
ARG local_tensorflow_pip_spec=""
88
ARG extra_pip_specs=""

0 commit comments

Comments
 (0)