Add conda environment selector
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user