We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd14d2 commit 7a01dd1Copy full SHA for 7a01dd1
README.md
@@ -11,7 +11,7 @@ Related blog [post](https://cceyda.github.io/blog/torchserve/streamlit/dashboard
11
Simply run:
12
13
```bash
14
-pip3 install torchserve-dashboard
+pip3 install torchserve-dashboard --user
15
# torchserve-dashboard [streamlit_options] -- [config_path] [model_store(optional)]
16
torchserve-dashboard --server.port 8105 -- --config_path ./torchserve.properties --model_store ./model_store
17
```
0 commit comments