You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(model-server): allow passing arguments in docker container launcher
Pass arguments given to the run-model-server.sh file used in the docker
image to the started model-server instance. This makes usages like the
following possible:
```bash
docker run modelix/modelix-model ./run-model-server.sh -inmemory
```
0 commit comments