Run riva with models from another location

i have succeeded in running riva by start-riva command in the beta-server docker. But I want to ask that how to run riva with models from another location in docker rather than “/data/models” ?
for example: start-riva --models-repository “path_to_models”

1 Like

/data/models is assumed in a number of places currently and I wouldn’t recommend changing it. You can use docker volumes to map an arbitrary host location to /data/models within the container: the QuickStart configuration and helm values.yaml file both allow you to specify a location for models on the host systems that are mapped to /data/models.