mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
services: use image with Scheme and Lisp
This commit is contained in:
parent
f248f5c37f
commit
0cf02c5a5b
1 changed files with 3 additions and 1 deletions
|
|
@ -23,11 +23,13 @@ spec:
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
containers:
|
containers:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
image: jupyter/minimal-notebook
|
image: gorilych/jupyter:v0.0.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: LANG
|
- name: LANG
|
||||||
value: ru
|
value: ru
|
||||||
|
- name: LD_LIBRARY_PATH
|
||||||
|
value: /opt/conda/lib
|
||||||
args:
|
args:
|
||||||
- start-notebook.sh
|
- start-notebook.sh
|
||||||
- "--ip='*'"
|
- "--ip='*'"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue