mirror of
https://github.com/langgenius/dify-agentbox.git
synced 2026-07-01 20:24:11 -04:00
update (#2)
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user