update
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Failing after 8m19s
Backend EC - Modal Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-19 08:43:53 +07:00
parent ed1c8d89d8
commit 23e8242fc6

View File

@@ -63,7 +63,7 @@ ENV PATH=/opt/venv/bin:$PATH
# Copy pre-built wheels from wheelhouse stage (platform-specific)
COPY --from=wheelhouse /wheels /wheels
COPY --from=builder /wheels/requirements.txt ./requirements.txt
COPY --from=wheelhouse /wheels/requirements.txt ./requirements.txt
# Install dependencies FROM LOCAL WHEELS ONLY (no network access needed)
# --no-index: do not query PyPI or any external index