You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patches: fix OPENBLAS_VERSION override being clobbered
DOCKER_GPU_BUILD_ARG's --build-arg OPENBLAS_VERSION=v0.3.34 was
silently overridden: build.sh unconditionally appends its own
--build-arg "OPENBLAS_VERSION=${OPENBLAS_VERSION:-}" later on the
docker build command line, and a later --build-arg for the same key
wins, so the build still picked up the default v0.3.33 and failed the
same way. Set OPENBLAS_VERSION as a plain shell variable in the case
branch instead, which flows into that later --build-arg correctly.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments