Add conda environment selector

This commit is contained in:
2026-06-30 16:01:41 +08:00
parent 73d15e9dce
commit e482651545
5 changed files with 79 additions and 4 deletions

View File

@@ -68,6 +68,11 @@ def evaluate_project() -> dict:
and "gpu_count" in frontend_text
and "gpus" in frontend_text
and "CUDA_VISIBLE_DEVICES" in jobs_text,
"conda_env_selection_ui": "/api/system/envs" in frontend_text
and "selectedCondaEnv" in frontend_text
and "runtimeSelector" in frontend_text
and "conda_env" in frontend_text
and "request.conda_env" in jobs_text,
"live_log_stream_ui": "EventSource" in frontend_text
and "eventSourceRef" in frontend_text
and "log_size" in frontend_text