About using embedded space of private repo

I am trying to implement hugging face space with docker as sdk and trying to use embedded space in my project. Can I control access of files and direct url obtained from embedded space from other users of that space?

hi @sanjitaa, in general if you publish files on the main Space repository and want to make your Space public, all the files would be public.
Using the Docker SDK, you could publish a private image on the Docker hub, and use it on a public space.