Remove legacy build args

This commit is contained in:
Codex
2026-06-03 23:44:24 +08:00
parent 312c1860e8
commit 39699f6f5d
3 changed files with 3 additions and 20 deletions

View File

@@ -12,9 +12,6 @@ shutdown_requested = False
def _config() -> dict:
token = os.getenv("EXTERNAL_SERVICE_TOKEN", "")
return {
"task_type": os.getenv("TASK_TYPE", ""),
"gpu_type": os.getenv("GPU_TYPE", ""),
"framework": os.getenv("FRAMEWORK", ""),
"external_service_token_present": bool(token),
}