From 03d376d2dfcf679c402e5903786082cb74cad5b0 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Fri, 23 May 2025 12:46:34 +0200 Subject: [PATCH] added env library path explicitly --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b8e0617..76fcddb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04 # Set environment variables ENV DEBIAN_FRONTEND=noninteractive ENV PYTHONUNBUFFERED=1 +ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH} # Install system dependencies RUN apt-get update && apt-get install -y \