File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ ARG UBUNTU_VERSION=24.04
33FROM ubuntu:${UBUNTU_VERSION}
44
55ARG VERSION
6- LABEL maintainer="JamesNULLiu jamesnulliu@gmail.com"
7- LABEL version=${VERSION}
8-
96# https://docs.nvidia.com/deeplearning/cudnn/backend/latest/reference/support-matrix.html
107ARG CUDA_VERSION=12.6.0
118ARG CUDNN_VERSION=9.8.0
@@ -17,6 +14,11 @@ ARG LLVM_VERSION=21
1714ENV LANGUAGE=en_US.UTF-8
1815ENV LANG=en_US.UTF-8
1916
17+ LABEL maintainer="JamesNULLiu jamesnulliu@gmail.com"
18+ LABEL version=${VERSION}
19+
20+ SHELL ["/bin/bash" , "-c" ]
21+
2022# Some basic tools
2123RUN apt-get update && apt-get upgrade -y && \
2224 apt-get install -y \
Original file line number Diff line number Diff line change 1- IMAGE_VERSION=2.0.0
1+ IMAGE_VERSION=2.0.1
22IMAGE_TAG=v${IMAGE_VERSION} -torch2.7-cuda12.6-ubuntu24.04
33IMAGE_NAME=jamesnulliu/deeplearning:${IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments