mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
🐳 chore: Update newer uv version in Dockerfile (#10237)
* chore: Update uv version in Dockerfile * chore: fix the path for uv
This commit is contained in:
parent
9fff229836
commit
1e39808408
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN apk add --no-cache python3 py3-pip uv
|
|||
ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
|
||||
|
||||
# Add `uv` for extended MCP support
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.6.13 /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.9.5-python3.12-alpine /usr/local/bin/uv /usr/local/bin/uvx /bin/
|
||||
RUN uv --version
|
||||
|
||||
RUN mkdir -p /app && chown node:node /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue