update
This commit is contained in:
@@ -63,7 +63,7 @@ ENV PATH=/opt/venv/bin:$PATH
|
|||||||
|
|
||||||
# Copy pre-built wheels from wheelhouse stage (platform-specific)
|
# Copy pre-built wheels from wheelhouse stage (platform-specific)
|
||||||
COPY --from=wheelhouse /wheels /wheels
|
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)
|
# Install dependencies FROM LOCAL WHEELS ONLY (no network access needed)
|
||||||
# --no-index: do not query PyPI or any external index
|
# --no-index: do not query PyPI or any external index
|
||||||
|
|||||||
Reference in New Issue
Block a user