forked from phoenix-oss/llama-stack-mirror
Fix uv pip uninstall
This commit is contained in:
parent
e21c8b6d80
commit
942e8b96ac
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ if [ -n "$LLAMA_MODELS_DIR" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
add_to_container << EOF
|
add_to_container << EOF
|
||||||
RUN uv pip uninstall -y llama-models
|
RUN uv pip uninstall llama-models
|
||||||
RUN uv pip install --no-cache $models_mount
|
RUN uv pip install --no-cache $models_mount
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue