diff --git a/docs/content/docs/getting-started/manual.md b/docs/content/docs/getting-started/manual.md index ccecf15783b..c2da82f7c10 100644 --- a/docs/content/docs/getting-started/manual.md +++ b/docs/content/docs/getting-started/manual.md @@ -43,7 +43,16 @@ curl http://localhost:8080/v1/completions -H "Content-Type: application/json" -d }' ``` -Here is a more specific example +{{% alert icon="💡" %}} + +**Other Docker Images**: + +For other Docker images, please see the table in +https://localai.io/basics/getting_started/#container-images. + +{{% /alert %}} + +Here is a more specific example: ```bash mkdir models @@ -107,6 +116,15 @@ curl http://localhost:8080/v1/completions -H "Content-Type: application/json" -d }' ``` +{{% alert icon="💡" %}} + +**Other Docker Images**: + +For other Docker images, please see the table in +https://localai.io/basics/getting_started/#container-images. + +{{% /alert %}} + Note: If you are on Windows, please make sure the project is on the Linux Filesystem, otherwise loading models might be slow. For more Info: [Microsoft Docs](https://learn.microsoft.com/en-us/windows/wsl/filesystems) {{% /tab %}}