We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2b61e + 5f9e497 commit e1417beCopy full SHA for e1417be
deployments/container/Dockerfile.ubi8
@@ -50,9 +50,6 @@ RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" .
50
51
FROM nvidia/cuda:12.4.1-base-ubi8
52
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
-
56
ENV NVIDIA_DISABLE_REQUIRE="true"
57
ENV NVIDIA_VISIBLE_DEVICES=void
58
ENV NVIDIA_DRIVER_CAPABILITIES=utility
0 commit comments