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 8f5eef8 commit a47de7dCopy full SHA for a47de7d
Dockerfile
@@ -1,15 +1,16 @@
1
# syntax=docker/dockerfile:1
2
ARG DEBIAN_FRONTEND=noninteractive
3
ARG PYTHON_VERSION=3.8
4
+
5
+FROM python:$PYTHON_VERSION-slim AS base
6
7
ARG NVARCH=x86_64
8
ARG CUDA=11.8
9
ARG CUDNN_VERSION=8.6.0.163
10
ARG NV_CUDA_CUDART_VERSION=11.8.89-1
11
ARG NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-8
12
ARG TF_TENSORRT_VERSION=8.4.3
13
-FROM python:$PYTHON_VERSION-slim AS base
-
14
# NVIDIA: https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.8.0/ubuntu2204/base/Dockerfile
15
# specify the version of the CUDA Toolkit to use and the which driver versions are compatible for each brand of GPU.
16
0 commit comments