This commit is contained in:
Timothy Jaeryang Baek
2026-04-24 17:34:12 +09:00
parent 60f67c7c17
commit 2419899ac6

View File

@@ -135,6 +135,9 @@ RUN apt-get update && \
# install python dependencies
COPY --chown=$UID:$GID ./backend/requirements.txt ./requirements.txt
# Set UV_LINK_MODE to copy to prevent 0-byte file corruption in QEMU arm64 cross-builds
ENV UV_LINK_MODE=copy
RUN set -e; \
pip3 install --no-cache-dir uv; \
if [ "$USE_CUDA" = "true" ]; then \