Skip to content

Commit b525f97

Browse files
authored
Fix: update cudnn env variables (#8)
1 parent 41791b9 commit b525f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ARG CUDA_VERSION=11.8
44
ARG CUDNN_VERSION=8.9.4.25
55
ARG TENSORRT_VERSION=8.6.1.6
66
FROM python:$PYTHON_VERSION-slim AS base
7-
7+
ENV CUDNN_VERSION=8.9.4.25
8+
ENV TENSORRT_VERSION=8.6.1.6
89
# Install wget.
910
RUN apt-get update && \
1011
apt-get install --yes wget && \

0 commit comments

Comments
 (0)