From 9ce685ea98080106165d0a2bc883caeec7005bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:54:38 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.6.0-base-ubi9 to 12.6.1-base-ubi9. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile.ubi9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/container/Dockerfile.ubi9 b/deployments/container/Dockerfile.ubi9 index cdd8f79..764749d 100644 --- a/deployments/container/Dockerfile.ubi9 +++ b/deployments/container/Dockerfile.ubi9 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi9 AS build +FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 AS build WORKDIR /work @@ -41,7 +41,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH RUN GOOS=linux go build -o nvdrain ./cmd/nvdrain -FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi9 +FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 ARG TARGETARCH