How can I add a custom Dockerfile and let know Huggingface Spaces that I want to use that Dockerfile instead of the one it uses as default?
My repository is this one, where you will find the Dockerfile and the Readme where the configuration of the SDK is (I tried removing this thinking that Spaces would then start using my Dockerfile, but it doesn’t, it gives a config error)
hi @ugaray96 we’re currently working to support Dockerfile it will come soon!
I see you have you’re demo already running here Neural Search Demo - a Hugging Face Space by ugaray96 is there anything on our base streamlit sdk that doesn’t work for you?
Hi @radames ! Thanks for answering so quickly!
My demo is perfectly running. All this comes because I want to be able to launch Elasticsearch inside the virtual machine (to enable certain search features)
I’ve been trying to do so programatically in Python but is kind of hard.
So I was wondering if I could just spin up an Elasticsearch instance using Docker
I’m trying to deploy an application that uses Elasticsearch internally for search, as a backend.
I don’t know what multi Spaces are. Would it be deploying Elasticsearch in one Space and using it from another?