Compare commits
4 Commits
0ce719050b
...
c5b5ffd4dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5b5ffd4dc | ||
| 391afc1fe6 | |||
| 083ad61920 | |||
| a7002f6f50 |
@@ -18,8 +18,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-act-runner
|
app: gitea-act-runner
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
hostNetwork: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-certs
|
- name: docker-certs
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|||||||
@@ -16,10 +16,9 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: immich-ml
|
app: immich-ml
|
||||||
spec:
|
spec:
|
||||||
runtimeClassName: nvidia
|
|
||||||
containers:
|
containers:
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3003
|
- containerPort: 3003
|
||||||
env:
|
env:
|
||||||
@@ -34,9 +33,9 @@ spec:
|
|||||||
mountPath: /cache
|
mountPath: /cache
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
nvidia.com/gpu: "1"
|
gpu.intel.com/i915: "1"
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: "1"
|
gpu.intel.com/i915: "1"
|
||||||
volumes:
|
volumes:
|
||||||
- name: model-cache
|
- name: model-cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: searxng
|
- name: searxng
|
||||||
image: searxng/searxng@sha256:1458a9e6df554fa0306f2f4b770e2e49ad49dc726dddaa598eb4613718cb3b81
|
image: searxng/searxng@sha256:7a13ee96e98ef78aaf89acd86dfea668cbf3942dc886511a4d4007833da435e9
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user