From 58cdc050e9b729630357e1f3543ce6bd9bcd7767 Mon Sep 17 00:00:00 2001 From: pos-ei-don <1822533+pos-ei-don@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:57:00 +0200 Subject: [PATCH] fix(cuda): install cuda-nvrtc-dev alongside the other CUDA dev packages (#10257) Signed-off-by: pos-ei-don <1822533+pos-ei-don@users.noreply.github.com> --- Dockerfile | 1 + backend/Dockerfile.python | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 890fefb54..1611c6e1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,6 +108,7 @@ RUN <