We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41791b9 commit b525f97Copy full SHA for b525f97
Dockerfile
@@ -4,7 +4,8 @@ ARG CUDA_VERSION=11.8
4
ARG CUDNN_VERSION=8.9.4.25
5
ARG TENSORRT_VERSION=8.6.1.6
6
FROM python:$PYTHON_VERSION-slim AS base
7
-
+ENV CUDNN_VERSION=8.9.4.25
8
+ENV TENSORRT_VERSION=8.6.1.6
9
# Install wget.
10
RUN apt-get update && \
11
apt-get install --yes wget && \
0 commit comments