From 0cf02c5a5bbd613fbe6b034a8cda5dbfaf8f88f9 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sat, 9 Nov 2019 19:08:29 +0700 Subject: [PATCH] services: use image with Scheme and Lisp --- apps/services/jupyter.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/services/jupyter.yaml b/apps/services/jupyter.yaml index 94fa262..a4e74fb 100644 --- a/apps/services/jupyter.yaml +++ b/apps/services/jupyter.yaml @@ -23,11 +23,13 @@ spec: type: DirectoryOrCreate containers: - name: jupyter - image: jupyter/minimal-notebook + image: gorilych/jupyter:v0.0.3 imagePullPolicy: IfNotPresent env: - name: LANG value: ru + - name: LD_LIBRARY_PATH + value: /opt/conda/lib args: - start-notebook.sh - "--ip='*'"