Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-27 01:49:14 +00:00
parent ff11ad8d3f
commit 73e34bb450
15 changed files with 4097 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="ml-workspace-0.0.1"></a>
### ml-workspace-0.0.1 (2022-03-27)
#### Feat
* add ml-workspace ([#2300](https://github.com/truecharts/apps/issues/2300))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4
generated: "2022-03-27T01:41:55.766322344Z"

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "0.13.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
description: All-in-one web-based development environment for machine learning
home: https://github.com/truecharts/apps/tree/master/charts/stable/ml-workspace
icon: https://truecharts.org/_static/img/appicons/ml-workspace.png
keywords:
- machine
- learning
- ai
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: ml-workspace
sources:
- https://github.com/ml-tooling/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-gpu
version: 0.0.1
annotations:
truecharts.org/catagories: |
- utility
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
All-in-one web-based development environment for machine learning
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/ml-tooling/ml-workspace>
* <https://hub.docker.com/r/mltooling/ml-workspace>
* <https://hub.docker.com/r/mltooling/ml-workspace-gpu>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.1.15 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
All-in-one web-based development environment for machine learning
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1 @@
imageSelector: "imageMinimal"

View File

@ -0,0 +1,51 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.CONFIG_BACKUP_ENABLED | bool | `true` | |
| env.INCLUDE_TUTORIALS | bool | `true` | |
| env.MAX_NUM_THREADS | string | `"auto"` | |
| env.NOTEBOOK_ARGS | string | `""` | |
| env.SHARED_LINKS_ENABLED | bool | `false` | |
| env.SHUTDOWN_INACTIVE_KERNELS | string | `"false"` | |
| env.WORKSPACE_BASE_URL | string | `"/"` | |
| env.WORKSPACE_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| env.WORKSPACE_SSL_ENABLED | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"mltooling/ml-workspace"` | |
| image.tag | string | `"0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134"` | |
| imageGPU.pullPolicy | string | `"IfNotPresent"` | |
| imageGPU.repository | string | `"mltooling/ml-workspace-gpu"` | |
| imageGPU.tag | string | `"0.13.2@sha256:ca83f64f4339344c96bb6491234008b972c1e64a1c1ef41522b8da601dfceb1e"` | |
| imageLight.pullPolicy | string | `"IfNotPresent"` | |
| imageLight.repository | string | `"mltooling/ml-workspace-light"` | |
| imageLight.tag | string | `"0.13.2@sha256:cc0e1441702b49927a14d902c4530fa15ce9ad6796a61e41eaebf2e72cf77bc9"` | |
| imageMinimal.pullPolicy | string | `"IfNotPresent"` | |
| imageMinimal.repository | string | `"mltooling/ml-workspace-minimal"` | |
| imageMinimal.tag | string | `"0.13.2@sha256:94206eadc4bcfd1d4af4c598f767da176ad898592b9dc54bf62ddd2d9f6d1be6"` | |
| imageSelector | string | `"image"` | |
| persistence.shm.enabled | bool | `true` | |
| persistence.shm.medium | string | `"Memory"` | |
| persistence.shm.mountPath | string | `"/dev/shm"` | |
| persistence.shm.type | string | `"emptyDir"` | |
| persistence.workspace.enabled | bool | `true` | |
| persistence.workspace.mountPath | string | `"/workspace"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.AUTHENTICATE_VIA_JUPYTER | string | `"mytoken"` | |
| secret.WORKSPACE_AUTH_PASSWORD | string | `"password"` | |
| secret.WORKSPACE_AUTH_USER | string | `"admin"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10201` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,65 @@
image:
repository: mltooling/ml-workspace
tag: 0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134
pullPolicy: IfNotPresent
imageGPU:
repository: mltooling/ml-workspace-gpu
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:ca83f64f4339344c96bb6491234008b972c1e64a1c1ef41522b8da601dfceb1e
imageMinimal:
repository: mltooling/ml-workspace-minimal
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:94206eadc4bcfd1d4af4c598f767da176ad898592b9dc54bf62ddd2d9f6d1be6
imageLight:
repository: mltooling/ml-workspace-light
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:cc0e1441702b49927a14d902c4530fa15ce9ad6796a61e41eaebf2e72cf77bc9
imageSelector: "image"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
WORKSPACE_AUTH_USER: "admin"
WORKSPACE_AUTH_PASSWORD: "password"
# true, false, or a token
AUTHENTICATE_VIA_JUPYTER: "mytoken"
env:
WORKSPACE_BASE_URL: "/"
WORKSPACE_SSL_ENABLED: false
WORKSPACE_PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
CONFIG_BACKUP_ENABLED: true
SHARED_LINKS_ENABLED: false
INCLUDE_TUTORIALS: true
MAX_NUM_THREADS: "auto"
# Jupyter Config
# true, false or timeout in seconds
SHUTDOWN_INACTIVE_KERNELS: "false"
NOTEBOOK_ARGS: ""
service:
main:
ports:
main:
port: 10201
persistence:
workspace:
enabled: true
mountPath: "/workspace"
shm:
enabled: true
mountPath: "/dev/shm"
type: "emptyDir"
medium: "Memory"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/ml-workspace.png
categories:
- utility