Claude 651fb660f1 fix(build): Dockerfile tolerant of patch_ops.sh exit — matches working 26e6cb40
Working commit (26e6cb40) uses:
  bash ./patch_ops.sh 2>&1 | tee ... ; echo exit code
Current was:
  bash ./patch_ops.sh  (strict, any failure kills Docker build)

patch_ops.sh has set -euo pipefail internally, and some patches may
legitimately skip/fail on different base images. The tee+echo pattern
lets the build complete while logging any issues.
2026-08-11 07:01:51 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-11 01:22:31 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%