removed ld path error

This commit is contained in:
tcsenpai 2025-05-23 12:55:19 +02:00
parent 03d376d2df
commit 053e0a6fe4

View File

@ -3,7 +3,6 @@ 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 \