diff --git a/scripts/03-install-python-packages.sh b/scripts/03-install-python-packages.sh index 0ab309b..5f507d1 100644 --- a/scripts/03-install-python-packages.sh +++ b/scripts/03-install-python-packages.sh @@ -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 -%}