Skip to content

Commit

Permalink
Add cudnn to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrown committed Aug 28, 2024
1 parent 6283825 commit 422dba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN export \
CUDA_PACKAGE_VERSION="${CUDA_MAJOR_VERSION}-${CUDA_MINOR_VERSION}" && \
apt-get -qq update && \
apt-get -qq install --no-upgrade -y \
cudnn9-cuda-${CUDA_MAJOR_VERSION} \
cuda-nvtx-${CUDA_PACKAGE_VERSION} \
cuda-nvrtc-dev-${CUDA_PACKAGE_VERSION}

Expand Down

0 comments on commit 422dba3

Please sign in to comment.