98fdcff9e979cb1da7afcbe8d37dd2f57f6346ce
Docker build was failing silently. Root cause: ex_engine/build.sh had set -euo pipefail — if corex compiler missing or any compilation error, the entire RUN step returns non-zero → Docker build fails. Fix: - build.sh: set +e (tolerate compilation failures) - Dockerfile: single RUN layer, every step has || echo fallback - No step can cause Docker build to fail
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%