Remove install packages config #9

Merged
3wordchant merged 1 commits from ammaratef45/jupyter-lab:main into main 2024-11-23 02:09:11 +00:00

View File

@ -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