Skip to content

Commit e1417be

Browse files
authored
Merge pull request #456 from elezar/fix-ubi8-image-build
Remove unneeded repo manipulation
2 parents 1d2b61e + 5f9e497 commit e1417be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deployments/container/Dockerfile.ubi8

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" .
5050

5151
FROM nvidia/cuda:12.4.1-base-ubi8
5252

53-
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* && \
54-
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.epel.cloud|g' /etc/yum.repos.d/CentOS-Linux-*
55-
5653
ENV NVIDIA_DISABLE_REQUIRE="true"
5754
ENV NVIDIA_VISIBLE_DEVICES=void
5855
ENV NVIDIA_DRIVER_CAPABILITIES=utility

0 commit comments

Comments
 (0)