services: remove Jupyter Lab
This commit is contained in:
parent
0345e8146d
commit
037e524263
4 changed files with 0 additions and 35 deletions
|
|
@ -357,21 +357,3 @@ services:
|
|||
- ./riot/config.json:/app/config.json
|
||||
expose:
|
||||
- 80
|
||||
|
||||
jupyter:
|
||||
image: jupyter/datascience-notebook:lab-2.1.5
|
||||
restart: unless-stopped
|
||||
container_name: jupyter
|
||||
volumes:
|
||||
- ./jupyter/notebooks:/home/jovyan/
|
||||
- ./jupyter/hooks/:/usr/local/bin/start-notebook.d/
|
||||
environment:
|
||||
- JUPYTER_ENABLE_LAB=yes
|
||||
- NB_UID=1000
|
||||
- NB_GID=1000
|
||||
- CHOWN_HOME=yes
|
||||
- GRANT_SUDO=yes
|
||||
- RESTARTABLE=yes
|
||||
expose:
|
||||
- 8888
|
||||
user: root
|
||||
|
|
|
|||
Reference in a new issue