dev #7

Merged
chawanwit.p merged 25 commits from dev into main 2025-09-09 12:33:37 +00:00
Showing only changes of commit 7d29598b0f - Show all commits

View file

@ -5,12 +5,12 @@ FROM pytorch/pytorch:2.8.0-cuda12.6-cudnn9-runtime
RUN apt update && apt install -y \
libgl1 \
libglib2.0-0 \
libgthread-2.0-0 \
libgstreamer1.0-0 \
libgtk2.0-0 \
libavcodec-dev \
libavformat-dev \
libswscale-dev \
libgtk-3-0 \
libavcodec58 \
libavformat58 \
libswscale5 \
libgomp1 \
&& rm -rf /var/lib/apt/lists/*
# Copy and install base requirements (ML dependencies that rarely change)