Importing any object from the library in an Azure Functions container prevents the container from booting #2203
Closed
johannes-cogitaris
started this conversation in
General
Replies: 1 comment
-
|
We solved this by importing bertopic within the function and not at the top of the file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've come across a rather unusual issue that may not necessarily be tied to BERTopic. I created an Azure Function within a container using the official image. While the container builds and runs flawlessly on my local machine, it fails to start in Azure if any object from this package is imported. Unfortunately, there are no logs to aid in debugging, so I’m currently working in the dark. Do you have any idea what might be within this package that could cause this behavior?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions