InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 23 forks source link

Allow hidden file to be displayed #41

Closed linogaliana closed 2 years ago

alexisdondon commented 2 years ago

It could be included but we should check with @avouacr.

Probably the responsible of this behaviour is less the dockerfile than the helm charts that override the jupyter-lab docker image pure command. https://github.com/InseeFrLab/helm-charts-datascience-internal/blob/main/charts/jupyter-python/templates/statefulset.yaml#L72

If change here the helm chart in the catalog service will anyway override the command in the helm chart.

Then probably the change have to be made here in all jupyter* helm charts (r, spark, python,gpu) https://github.com/InseeFrLab/helm-charts-datascience-internal/tree/main/charts

avouacr commented 2 years ago

Added the parameters to the charts config in 42049e2a22058dedabf5d7e266b934c7a96774c1.