Skip to content

Commit

Permalink
CUDA + cuDNN
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed May 14, 2024
1 parent aecd8b1 commit 6390554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/container/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1-labs
ARG BASE_IMAGE=nvidia/cuda:12.4.1-devel-ubuntu22.04
ARG BASE_IMAGE=nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
ARG GIT_USER_NAME="JAX Toolbox"
ARG GIT_USER_EMAIL=jax@nvidia.com
ARG CLANG_VERSION=17
Expand Down Expand Up @@ -146,7 +146,6 @@ RUN install-nsight.sh
###############################################################################

ADD install-cudnn.sh /usr/local/bin
RUN install-cudnn.sh

###############################################################################
## Install NCCL
Expand Down

0 comments on commit 6390554

Please sign in to comment.