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 06270f04fc - Show all commits

View file

@ -1,5 +1,5 @@
# Base image with all ML dependencies
FROM python:3.13-bookworm
FROM pytorch/pytorch:2.8.0-cuda12.6-cudnn9-runtime
# Install system dependencies
RUN apt update && apt install -y libgl1 && rm -rf /var/lib/apt/lists/*