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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,18 @@ The cache path inside the docker container is set by the environment variable `H
150
150
```
151
151
</details>
152
152
153
+
#### Using local models with Docker container
154
+
155
+
In order to deploy a local model with a docker container, you need to mount the model inside the container and specify the path in the container to the launch command.
0 commit comments