Skip to content

Commit 4c1aff9

Browse files
committed
chore: test
1 parent 3da6ccd commit 4c1aff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1
2-
ARG DEBIAN_FRONTEND=noninteractive
32
ARG PYTHON_VERSION=3.8
43
FROM python:$PYTHON_VERSION-slim AS base
54

5+
ARG DEBIAN_FRONTEND=noninteractive
66
ARG CUDA=11.8
77
ARG NV_CUDA_CUDART_VERSION=11.8.89-1
88
ARG NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-8
@@ -14,7 +14,7 @@ ARG LIBINVER_VERSION=8.4.3-1+cuda11.6
1414
# NVIDIA: https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.8.0/ubuntu2204/base/Dockerfile
1515
# specify the version of the CUDA Toolkit to use and the which driver versions are compatible for each brand of GPU.
1616

17-
# ENV NVARCH x86_64
17+
ENV NVARCH x86_64
1818
ENV CUDA $CUDA
1919
ENV CUDNN_VERSION $CUDNN_VERSION
2020
ENV NV_CUDA_CUDART_VERSION $NV_CUDA_CUDART_VERSION

0 commit comments

Comments
 (0)