Skip to content

Commit a7cdf27

Browse files
committed
Don't forget to declare TARGETARCH
1 parent bdcfc7c commit a7cdf27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN uv pip install -U build "cmake<4" ninja pybind11 "setuptools<=76" wheel
5959

6060
# Handle arm64 torch build
6161
FROM build-base AS build-torch
62+
ARG TARGETARCH
6263
RUN if [ ${TARGETARCH} = arm64 ]; then \
6364
# Install NVPL for ARM64 \
6465
apt install -y --no-install-recommends nvpl0 && \

0 commit comments

Comments
 (0)