Añadido Jupyter
This commit is contained in:
@@ -0,0 +1 @@
|
||||
JUPYTER_TOKEN=AquiTuTokenDeJupyter
|
||||
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
jupyter:
|
||||
image: quay.io/jupyter/datascience-notebook:latest
|
||||
container_name: JupyterNotebookDS
|
||||
|
||||
volumes:
|
||||
- ./work:/home/jovyan/work
|
||||
|
||||
ports:
|
||||
- "15930:8888"
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
JUPYTER_TOKEN: ${JUPYTER_TOKEN}
|
||||
|
||||
command:
|
||||
- start-notebook.py
|
||||
- --ServerApp.ip=0.0.0.0
|
||||
- --ServerApp.root_dir=/home/jovyan/work
|
||||
- --ServerApp.token=${JUPYTER_TOKEN}
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: Jupyter_NET
|
||||
Reference in New Issue
Block a user