mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
make it work on gpus
This commit is contained in:
parent
ee96c4891b
commit
f99ca37f91
7 changed files with 30 additions and 21 deletions
|
@ -5,6 +5,7 @@ metadata:
|
|||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: gp2
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
|
@ -23,6 +24,8 @@ spec:
|
|||
labels:
|
||||
app.kubernetes.io/name: postgres
|
||||
spec:
|
||||
nodeSelector:
|
||||
eks.amazonaws.com/nodegroup: cpu
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue