Hi!
I was wondering recently if cmdstanr can possibly prefix all the commands by a custom string before executing. What I would like to do is to have the cmdstan installation inside a docker container and then use docker exec prefixes to fire off compilation and execution of stan models inside the container which has volumes mounted such that results end up one the host system….and all that controlled by a cmdstanr running on the host.
Is that possible? Have others done that already?
Sebastian