Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifications to install cmdstan that can be accessed by normal user
By default `cmdstanr::install_github` installs cmdstan in `file.path(Sys.getenv("HOME"),".cmdstan")`. Since the RUN cmd is run as root cmdstan is installed in `/root/.cmdstan` which is inaccessible to any other normal user. Since I start the container as a normal user cmdstan is inaccessible to any of the processes. I anticipate that setting the CMDSTAN envvar might help with cmdstanpy too. TODO (vijay): check that `/opt/cmdstan` install works with cmdstanpy too.
- Loading branch information