Revert "Remove localai for now"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 5c931ab17f
.
This commit is contained in:
parent
5c931ab17f
commit
0f31372431
@ -15,21 +15,21 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
containers:
|
containers:
|
||||||
#- name: localai
|
- name: localai
|
||||||
# image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg
|
image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg
|
||||||
# ports:
|
ports:
|
||||||
# - containerPort: 8080
|
- containerPort: 8080
|
||||||
# env:
|
env:
|
||||||
# - name: GALLERIEIS
|
- name: GALLERIEIS
|
||||||
# value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
|
value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
|
||||||
# - name: DEBUG
|
- name: DEBUG
|
||||||
# value: "true"
|
value: "true"
|
||||||
# resources:
|
resources:
|
||||||
# limits:
|
limits:
|
||||||
# nvidia.com/gpu: 2
|
nvidia.com/gpu: 2
|
||||||
# volumeMounts:
|
volumeMounts:
|
||||||
# - mountPath: "/build/models"
|
- mountPath: "/build/models"
|
||||||
# name: models
|
name: models
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: git.clortox.com/infrastructure/filebrowser:v1.0.1
|
image: git.clortox.com/infrastructure/filebrowser:v1.0.1
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user