CoolFace
Apppublic

Ratan1729/code-execution

sourceHugging Faceupdated 8mo agoView on Hugging Face
1likes
13 commits on main
034f8f88mo ago

Increase input size limit to 5MB

Ratan1870
3aba0868mo ago

Increase input size limit to 512KB

Ratan1870
14db9a38mo ago

fix: Simplify Dockerfile for HF Spaces - remove useradd, fix permissions

Ratan1870
5a39e248mo ago

fix: Add wget and curl for health checks

Ratan1870
9ea75918mo ago

fix: Add HF Spaces configuration to README

Ratan1870
a2d7e048mo ago

feat: Add process-based execution for Hugging Face compatibility

Ratan1870
beede278mo ago

Limit increased

Ratan1870
0366b5b8mo ago

fix: rewrite run.sh for batch mode — compile once, run N test cases

Ratan1870
093dc5e8mo ago

perf: batch mode - compile once, run all test cases in ONE container

Ratan1870
ae900f98mo ago

fix: chmod 777 workdir for container write access + add debug logging

Ratan1870
33c3c6b8mo ago

fix: simplify run.sh - use direct execution + cgroup memory instead of /proc background monitoring

Ratan1870
98d23a88mo ago

fix: remove 'time' package (not available in Alpine 3.19), use /proc for memory measurement

Ratan1870
7cde0898mo ago

feat: complete code execution engine with Docker sandboxing

Ratan1870