chore: exclude mlx from container requirements (Apple Silicon only)

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 18:54:38 +09:00
parent de933b97cc
commit 6e73df196c
3 changed files with 9 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
# mlx는 Apple Silicon 전용이므로 컨테이너에 설치하지 않는다
RUN pip install --no-cache-dir -r requirements.txt
COPY . .