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
feat: add persistent data volume for challenge containers
Mount /tmp/platform-challenges/{container}/data to /data in challenge containers.
This allows challenges to persist state (evaluation progress, etc.) across:
- Container restarts
- Image repulls
- Validator restarts
Each challenge+validator combination gets its own persistent directory.
0 commit comments