File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
ARG CUDA_VERSION=10.2
2
2
ARG BASE_TARGET=cuda${CUDA_VERSION}
3
- FROM nvidia/cuda:11.4.3-devel-centos7 as base
3
+ FROM centos:7 as base
4
4
5
5
ENV LC_ALL en_US.UTF-8
6
6
ENV LANG en_US.UTF-8
Original file line number Diff line number Diff line change 1
1
ARG BASE_TARGET=base
2
- ARG GPU_IMAGE=nvidia/cuda:11.4.3-devel-ubuntu18 .04
2
+ ARG GPU_IMAGE=ubuntu:18 .04
3
3
FROM ${GPU_IMAGE} as base
4
4
5
5
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ case ${GPU_ARCH_TYPE} in
15
15
cpu)
16
16
BASE_TARGET=cpu
17
17
DOCKER_TAG=cpu
18
- GPU_IMAGE=nvidia/cuda:11.4.3-devel-ubuntu18 .04
18
+ GPU_IMAGE=ubuntu:18 .04
19
19
DOCKER_GPU_BUILD_ARG=" "
20
20
;;
21
21
cuda)
22
22
BASE_TARGET=cuda${GPU_ARCH_VERSION}
23
23
DOCKER_TAG=cuda${GPU_ARCH_VERSION}
24
- GPU_IMAGE=nvidia/cuda:11.4.3-devel-ubuntu18 .04
24
+ GPU_IMAGE=ubuntu:18 .04
25
25
DOCKER_GPU_BUILD_ARG=" "
26
26
;;
27
27
rocm)
You can’t perform that action at this time.
0 commit comments