From 1be90a5f583f57b60aedff2bd9e868ea9bd3a004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:55:31 +0100 Subject: [PATCH] build(deps): bump nvidia/opengl (#5616) Bumps nvidia/opengl from 1.0-glvnd-devel-ubuntu22.04 to 1.2-glvnd-devel-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/opengl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7562a324d..826d1920ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -120,7 +120,7 @@ FROM debian:12-slim AS qdrant-cpu # Base images for Qdrant with nvidia GPU support. -FROM nvidia/opengl:1.0-glvnd-devel-ubuntu22.04 AS qdrant-gpu-nvidia +FROM nvidia/opengl:1.2-glvnd-devel-ubuntu22.04 AS qdrant-gpu-nvidia # Set non-interactive mode for apt-get. ENV DEBIAN_FRONTEND=noninteractive # Set NVIDIA driver capabilities. By default, all capabilities are disabled.