Skip to content

Commit 4c30923

Browse files
committed
chore: rename the docker image
1 parent 14eb093 commit 4c30923

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# syntax=docker/dockerfile:1
22
ARG DEBIAN_FRONTEND=noninteractive
33
ARG PYTHON_VERSION=3.8
4-
54
FROM python:$PYTHON_VERSION-slim AS base
65

7-
ARG NVARCH=x86_64
86
ARG CUDA=11.8
9-
ARG CUDNN_VERSION=8.6.0.163
107
ARG NV_CUDA_CUDART_VERSION=11.8.89-1
118
ARG NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-8
129
# CUDDN
@@ -17,7 +14,7 @@ ARG LIBINVER_VERSION=8.4.3-1+cuda11.6
1714
# NVIDIA: https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.8.0/ubuntu2204/base/Dockerfile
1815
# specify the version of the CUDA Toolkit to use and the which driver versions are compatible for each brand of GPU.
1916

20-
ENV NVARCH=$NVARCH \
17+
ENV NVARCH=x86_64\
2118
CUDA=$CUDA \
2219
CUDNN_VERSION=$CUDNN_VERSION \
2320
NV_CUDA_CUDART_VERSION=$NV_CUDA_CUDART_VERSION \

0 commit comments

Comments
 (0)