mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix(memory): include database runtime in pilot build
This commit is contained in:
parent
57d4bbac84
commit
42c8bb387c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export RUSTUP_HOME="$PWD/.memory-pilot-rustup"
|
|||
export CARGO_HOME="$PWD/.memory-pilot-cargo"
|
||||
python -m pip install uv==0.11.7
|
||||
export UV_PROJECT_ENVIRONMENT="$PWD/.memory-pilot-venv"
|
||||
uv sync --frozen --extra proxy --no-default-groups
|
||||
uv sync --frozen --extra proxy --extra extra_proxy --no-default-groups
|
||||
export PATH="$UV_PROJECT_ENVIRONMENT/bin:$PATH"
|
||||
prisma generate --schema schema.prisma
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue