forked from coop-cloud/jupyter-lab
Remove install packages config
Directory `start-notebook.d` doesn't exist in the image `jupyter/datascience-notebook:r-4.1.1` and when I removed the config the deployment worked
This commit is contained in:
parent
a0b31907a0
commit
47951869a5
@ -10,10 +10,6 @@ services:
|
|||||||
- JUPYTER_ENABLE_LAB=yes
|
- JUPYTER_ENABLE_LAB=yes
|
||||||
volumes:
|
volumes:
|
||||||
- jupyter_data:/home/jovyan
|
- jupyter_data:/home/jovyan
|
||||||
configs:
|
|
||||||
- source: install-packages_conf
|
|
||||||
target: /usr/local/bin/start-notebook.d/install-packages
|
|
||||||
mode: 0555
|
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -38,11 +34,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
jupyter_data:
|
jupyter_data:
|
||||||
|
|
||||||
configs:
|
|
||||||
install-packages_conf:
|
|
||||||
name: ${STACK_NAME}_install_packages_${INSTALL_PACKAGES_CONF_VERSION}
|
|
||||||
file: install-packages.sh
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user