You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(/home/ubuntu/us-south-2/llama-stack/env) ubuntu@192-222-52-66:~/us-south-2/llama-stack/distributions/remote-vllm$ llama stack build --template remote-vllm --image-type conda
Conda environment '/home/ubuntu/us-south-2/llama-stack/env' does not exist. Creating with Python 3.10...
CondaValueError: Invalid environment name: '/home/ubuntu/us-south-2/llama-stack/env'
Characters not allowed: {'#', ' ', ':', '/'}
If you are specifying a path to an environment, the `-p`
flag should be used instead.
Failed to build target /home/ubuntu/us-south-2/llama-stack/env with return code 1
Expected behavior
Should build properly.
The text was updated successfully, but these errors were encountered:
System Info
Information
🐛 Describe the bug
When creating a conda environment using --prefix. E..g,
llamastack build
fails.Creating the environment with:
works as normal.
Error logs
Expected behavior
Should build properly.
The text was updated successfully, but these errors were encountered: