This commit is contained in:
Bowen Liang
2026-01-16 13:49:59 +08:00
committed by GitHub
parent f6636290c4
commit 2e7ac93fca
+1 -1
View File
@@ -12,7 +12,7 @@ echo "[agentbox] Step 3: install Python env and packages"
/opt/conda/bin/pip install --no-cache-dir -q \
{% for pkg in python_packages -%}
{% if pkg.version == "latest" -%}
{{ pkg.name }} \
"{{ pkg.name }}" \
{% else -%}
"{{ pkg.name }}{{ pkg.version }}" \
{% endif -%}