[Question]: Why LibreChat creates these orcexec.* files? #1742
-
What is your question?My firewall capture unusual behavior within the container of LibreChat v0.6.6 stating:
What is this exectly? Why does it create this? Can this be avoided? More DetailsMy instance is completely vanilla with a single connection to AzureOpenAI. I haven't added plugins or any other stuff... What is the main subject of your question?Other ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Feb 7, 2024
Replies: 1 comment 1 reply
-
Seems like an artifact from running the node:alpine linux container: lovell/sharp#1039 I would not worry about it since this docker image has no vulnerabilities but there are instructions on how to disable it in the link I sent: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
more info: https://github.com/GStreamer/orc
It is likely used by the sharp package under a specific linux env, makes sense they would report this as well since we use the sharp package in this project.