From b7eb473977509d86fe586168345c24beceae9c05 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Wed, 15 Apr 2026 08:07:14 +0000 Subject: [PATCH] moar cuda --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eceda3c..3e95d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY vllm_patches/hf.py /usr/local/lib/python3.12/dist-packages/vllm/renderers/h # Install LMCache for KV cache offloading / sharing across nodes # Build with system CUDA 13.0 for Blackwell (B200) RUN apt-get update && apt-get install -y git \ + libcusolver-dev-13-0 \ libcusparse-dev-13-0 \ libcublas-dev-13-0 \ libcurand-dev-13-0 \