I have a service deployed in GLrun (api) that accesses and loads an AI model that is in storage (in a volume created in the container). Testing locally, it works perfectly, even when accessing the storage, but when executing the service API, I can locate the file in the storage, BUT I ALWAYS have to load the variable, either with joblib.load() or with pickle.load(), in this part the error occurs
libgomp.so.1: cannot open shared object file: No such file or directory
I'VE DONE EVERYTHING. From testing with different types of access to the bucket, requisition.txt with different packages...everything, and the error IS ALWAYS THE SAME.
The api works and finds the file in the bucket, but this happens when uploading. I saw that this library should be installed, but it seems that it doesn't happen. For information, I deply and deploy directly from the GC SDK (python 3.9), which creates the image automatically (I only provide main.py and requirements)
PLEASE, I NEED SOME LIGHT TO RESOLVE THIS, BECAUSE I HAVE NO IDEA WHAT TO DO.
I have already described all the details previously.