mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🐋 fix(Dockerfile.multi): Resolve OpenAI SDK @ Latest for Assistants v1
This commit is contained in:
parent
f94a782b4f
commit
199f9f32e6
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ COPY config/ ./
|
|||
RUN mkdir -p /app/api/node_modules/librechat-data-provider/
|
||||
RUN cp -R /app/packages/data-provider/* /app/api/node_modules/librechat-data-provider/
|
||||
RUN npm install
|
||||
RUN npm install openai@4.36.0
|
||||
COPY --from=client-build /app/client/dist /app/client/dist
|
||||
EXPOSE 3080
|
||||
ENV HOST=0.0.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue