mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-07 17:26:27 +01:00
add intel gpu to ollama
This commit is contained in:
@@ -19,6 +19,14 @@ spec:
|
||||
- name: "{{ .Release.Name }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
|
||||
env:
|
||||
- name: OLLAMA_INTEL_GPU
|
||||
value: "true"
|
||||
resources:
|
||||
limits:
|
||||
gpu.intel.com/i915: "1"
|
||||
requests:
|
||||
gpu.intel.com/i915: "1"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 11434
|
||||
|
||||
Reference in New Issue
Block a user