Skip to content

Commit f246694

Browse files
author
ogiorgis
committed
[auto] add streamlit-demo service
1 parent 7d53f03 commit f246694

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/streamlit-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2626

27-
version: 0.1.1
27+
version: 0.1.2
2828

2929
appVersion: 0.1
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": "streamlit-demo", "version": "0.1.1", "desc": "streamlit demo for Onyxia", "iconURL": "https://seeklogo.com/images/S/streamlit-logo-1A3B208AE4-seeklogo.com.png", "dockerImageTag": "0.1", "pythonFileName": "app.py", "appType": "streamlit", "appBuildType": "fromRepo", "appRepoURL": "https://github.com/andfanilo/streamlit-echarts-demo", "cpuLimit": 2000, "memLimit": 2}
1+
{"name": "streamlit-demo", "version": "0.1.2", "desc": "streamlit demo for Onyxia", "iconURL": "https://seeklogo.com/images/S/streamlit-logo-1A3B208AE4-seeklogo.com.png", "dockerImageTag": "0.1", "pythonFileName": "app.py", "appType": "streamlit", "appBuildType": "fromRepo", "appRepoURL": "https://github.com/andfanilo/streamlit-echarts-demo", "cpuLimit": 2000, "memLimit": 2}

charts/streamlit-demo/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pullPolicy": {
1414
"type": "string",
1515
"description": "option when pulling the docker image",
16-
"default": "IfNotPresent",
16+
"default": "Always",
1717
"enum": [
1818
"IfNotPresent",
1919
"Always",

images/streamlit-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM inseefrlab/onyxia-python-datascience
1+
FROM inseefrlab/onyxia-python-minimal
22

33
USER root
44

@@ -8,7 +8,7 @@ RUN pip install -U jupyterlab ipywidgets voila --no-cache
88
RUN if [ -f "/srv/requirements.txt" ]; then pip --no-cache install -U -r /srv/requirements.txt; fi
99
RUN if [ -f "/srv/environment.yml" ]; then conda env update -n root -f /srv/environment.yml; \
1010
echo "Warning; Issues may arise when using pip and conda together."; fi
11-
11+
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
1212
USER 1000
1313
RUN mkdir -p /home/onyxia/.jupyter
1414
RUN if [ -f "/srv/jupyter_lab_config.py" ]; then cp /srv/jupyter_lab_config.py /home/onyxia/.jupyter/; fi

0 commit comments

Comments
 (0)