mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-05 09:11:51 +01:00
Merge 8dc5fc1a55 into b288d81f5a
This commit is contained in:
commit
445f015ca8
2 changed files with 8 additions and 1 deletions
|
|
@ -14,6 +14,10 @@ ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
|
|||
COPY --from=ghcr.io/astral-sh/uv:0.6.13 /uv /uvx /bin/
|
||||
RUN uv --version
|
||||
|
||||
# Add `deno` for better MCP isolation
|
||||
RUN apk add --no-cache deno
|
||||
RUN deno --version
|
||||
|
||||
RUN mkdir -p /app && chown node:node /app
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue