I am running on an air gapped RHEL node, and I would like to try out marqo. I got pulled the original image from docker hub, and I saw it tried to download the embedding model from huggingface, so I made a new image from the marqo image that copies the model directly to /app/marqo/cache.
However, I still fail to run it because it tries to get the model information from hugginface again even though the model is cached.
Are there any flags I should be altering to use marqo in offline mode?