Fix: Add --cpu flag for CPU-only mode

This commit is contained in:
Bahadir Ciloglu 2025-10-28 19:30:15 +03:00
parent 64ff3688a9
commit e2f7fc9f03

View File

@ -22,5 +22,5 @@ RUN pip install --no-cache-dir \
ENV PORT=8188
EXPOSE 8188
# Başlat
CMD python main.py --listen 0.0.0.0 --port ${PORT}
# Başlat - CPU modunda çalıştır
CMD python main.py --listen 0.0.0.0 --port ${PORT} --cpu