Revert "Remove localai for now"
continuous-integration/drone/push Build is passing Details

This reverts commit 5c931ab17f.
This commit is contained in:
Tyler Perkins 2024-04-07 22:03:36 -04:00
parent 5c931ab17f
commit 0f31372431
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 15 additions and 15 deletions

View File

@ -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: