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