Skip to content

Commit

Permalink
Linked Container Images in Manual Images
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Jan 20, 2024
1 parent d95246c commit d2e9b95
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/content/docs/getting-started/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}}
Expand Down

0 comments on commit d2e9b95

Please sign in to comment.