Fix uv pip uninstall

This commit is contained in:
Ashwin Bharambe 2025-02-01 11:42:17 -08:00
parent e21c8b6d80
commit 942e8b96ac

View file

@ -143,7 +143,7 @@ if [ -n "$LLAMA_MODELS_DIR" ]; then
fi
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
EOF