services: remove Jupyter Lab
This commit is contained in:
parent
0345e8146d
commit
037e524263
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pip install --upgrade xeus-python
|
||||
jupyter labextension install @jupyterlab/debugger
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pip install --upgrade jupyterlab-git
|
||||
jupyter lab build
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"NotebookApp": {
|
||||
"password": "sha1:1028b9608ef0:2c83acc24c76369e2c537f3c070b032f0d85311f"
|
||||
}
|
||||
}
|
Reference in a new issue