Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a5591e3

Browse files
committed
add missing extra dep to llama runtime dockerfile
1 parent d7287a9 commit a5591e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/python/ai-podcast-part-2.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ WORKDIR /app
333333
RUN --mount=type=cache,target=/root/.cache/uv \
334334
--mount=type=bind,source=uv.lock,target=uv.lock \
335335
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
336-
uv sync --frozen --no-install-project --no-dev --no-python-downloads
336+
uv sync --frozen --no-install-project --extra llm --no-dev --no-python-downloads
337337
COPY . /app
338338
RUN --mount=type=cache,target=/root/.cache/uv \
339-
uv sync --frozen --no-dev --no-python-downloads
339+
uv sync --frozen --no-dev --extra llm --no-python-downloads
340340

341341

342342
# Then, use a final image without uv

0 commit comments

Comments
 (0)