jupyter: added env LANG

This commit is contained in:
Andrey Kartashov 2018-07-22 16:59:21 +07:00
parent 92bc04b9e5
commit 1fdeee6886

View file

@ -25,6 +25,9 @@ spec:
- name: jupyter
image: jupyter/minimal-notebook
imagePullPolicy: IfNotPresent
env:
- name: LANG
value: ru
args:
- start-notebook.sh
- "--ip='*'"