project6-dev a72877a509 fix(build): restore proven Dockerfile RUN format + keep wudixzy ENV
Dockerfile:
- Keep 6 ENV lines from wudixzy (PATH, PYTHONPATH, LD_LIBRARY_PATH,
  ENABLE_CUSTOM_IPC, BI100_PREFIX_*)
- Restore RUN format to 5b8c08dd proven build:
  bash patch_ops.sh 2>&1 | tee /workspace/patch_ops.log ; echo exit
  (NOT: cd ./qwen3_6_scripts && bash ./patch_ops.sh which fails)
- mkdir -p (not mkdir)

patch_ops.sh:
- set -eo pipefail (not -euo, -u causes unset var errors on base image)

.dockerignore: restored to 5b8c08dd
2026-08-12 04:39:24 +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 428 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%