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

Replace base of cuda_12 dockerfile with cudnn support one #548

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perfzero/docker/Dockerfile_ubuntu_2204_tf_cuda_12
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# - Installs tf-nightly-gpu (this is TF 2.3)
# - Installs requirements.txt for tensorflow/models

FROM nvidia/cuda:12.2.0-devel-ubuntu20.04 as base
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04 as base
ARG tensorflow_pip_spec="tf-nightly"
ARG local_tensorflow_pip_spec=""
ARG extra_pip_specs=""
Expand Down