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 commit is contained in:
parent
345e1b1831
commit
5c931ab17f
@ -15,21 +15,21 @@ spec:
|
||||
spec:
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
- name: localai
|
||||
image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
- name: GALLERIEIS
|
||||
value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
|
||||
- name: DEBUG
|
||||
value: "true"
|
||||
resources:
|
||||
limits:
|
||||
nvidia.com/gpu: 2
|
||||
volumeMounts:
|
||||
- mountPath: "/build/models"
|
||||
name: models
|
||||
#- name: localai
|
||||
# image: quay.io/go-skynet/local-ai:v2.11.0-cublas-cuda12-ffmpeg
|
||||
# ports:
|
||||
# - containerPort: 8080
|
||||
# env:
|
||||
# - name: GALLERIEIS
|
||||
# value: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
|
||||
# - name: DEBUG
|
||||
# value: "true"
|
||||
# resources:
|
||||
# limits:
|
||||
# nvidia.com/gpu: 2
|
||||
# volumeMounts:
|
||||
# - mountPath: "/build/models"
|
||||
# name: models
|
||||
- name: filebrowser
|
||||
image: git.clortox.com/infrastructure/filebrowser:v1.0.1
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user