mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39: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
|
||||
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='*'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue