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 b525f97 commit 57a7631Copy full SHA for 57a7631
Dockerfile
@@ -4,6 +4,7 @@ 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 CUDA_VERSION=11.8
8
ENV CUDNN_VERSION=8.9.4.25
9
ENV TENSORRT_VERSION=8.6.1.6
10
# Install wget.
0 commit comments