Skip to content

Commit

Permalink
Update kubernetes.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
  • Loading branch information
mudler committed Jun 22, 2024
1 parent 515d98b commit fbd1411
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/docs/getting-started/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ If you prefer to install from manifest file, you can install from the deployment

```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment.yaml
```
```

For Nvidia GPUs:

```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment-nvidia.yaml
```

0 comments on commit fbd1411

Please sign in to comment.