File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if run_ui_locally:
38
38
name = "gradio-app-venv" ,
39
39
deps = [requirements ],
40
40
cmd = " && " .join ([
41
- "([[ -d {} ]] || python3 -m venv {})" .format (venv_name , venv_name ),
41
+ "([[ -d {} ]] || python3.11 -m venv {})" .format (venv_name , venv_name ),
42
42
"source {}/bin/activate" .format (venv_name ),
43
43
"pip install -r {}" .format (requirements ),
44
44
])
@@ -54,4 +54,4 @@ if run_ui_locally:
54
54
"cd chart/web-app" ,
55
55
"python3 app.py {} localhost" .format (hf_model ),
56
56
])
57
- )
57
+ )
Original file line number Diff line number Diff line change 35
35
# Container image config
36
36
image :
37
37
repository : vllm/vllm-openai
38
- version : v0.3.2
38
+ version : v0.4.1
39
39
monitoring :
40
40
enabled : true
41
41
# Service config
You can’t perform that action at this time.
0 commit comments