🐋 fix(Dockerfile.multi): Resolve OpenAI SDK @ Latest for Assistants v1

This commit is contained in:
Danny Avila 2024-04-22 20:23:28 -04:00
parent f94a782b4f
commit 199f9f32e6
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -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