Skip to content

Commit

Permalink
Fix: update cudnn env variables (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi authored Sep 7, 2023
1 parent 41791b9 commit b525f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ARG CUDA_VERSION=11.8
ARG CUDNN_VERSION=8.9.4.25
ARG TENSORRT_VERSION=8.6.1.6
FROM python:$PYTHON_VERSION-slim AS base

ENV CUDNN_VERSION=8.9.4.25
ENV TENSORRT_VERSION=8.6.1.6
# Install wget.
RUN apt-get update && \
apt-get install --yes wget && \
Expand Down

0 comments on commit b525f97

Please sign in to comment.