Delete incubator/ai-server directory
This commit is contained in:
parent
088c34f0d3
commit
83dd7842ff
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [ai-server-0.0.1]ai-server-0.0.1 (2024-01-28)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add ai-server to replace CodeProject.Ai ([#17565](https://github.com/truecharts/charts/issues/17565))
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: AI
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
|
||||
home: https://truecharts.org/charts/incubator/ai-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ai-server.png
|
||||
keywords:
|
||||
- ai-server
|
||||
- sense-ai
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: ai-server
|
||||
sources:
|
||||
- https://github.com/codeproject/CodeProject.AI-Server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ai-server
|
||||
- https://hub.docker.com/r/codeproject/ai-server
|
||||
type: application
|
||||
version: 0.0.1
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: README
|
||||
---
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ai-server-0.0.1]ai-server-0.0.1 (2024-01-28)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add ai-server to replace CodeProject.Ai ([#17565](https://github.com/truecharts/charts/issues/17565))
|
|
@ -1,8 +0,0 @@
|
|||
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/ai-server](https://truecharts.org/charts/incubator/ai-server)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -1,45 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cpu-2.5.1@sha256:4ac7e0ace01abdb26e6d1876011a95f9f294352abd23936e4c6040f23582ed9f
|
||||
gpu12Image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cuda12_2-2.5.1@sha256:c846c67adb140912ff344a7ba57b3498019d18dfeaf70a32ab68ff389db74efd
|
||||
gpu11Image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cuda11_7-2.5.1@sha256:b48a17af31d10b839baaa07495449bb185493e0d90d88520bd6d6339e6a168cf
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 32168
|
||||
targetPort: 32168
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /etc/codeproject/ai
|
||||
downloads:
|
||||
enabled: true
|
||||
mountPath: /app/modules
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ai-server.png
|
||||
categories:
|
||||
- AI
|
||||
screenshots: []
|
Loading…
Reference in New Issue