add remote debug

Cette révision appartient à :
Francois Vieille 2019-04-16 21:53:10 +02:00
Parent 9838ad8f21
révision 6a45ee0b04
2 fichiers modifiés avec 8 ajouts et 1 suppressions

Voir le fichier

@ -37,6 +37,11 @@ pipreqs:
requirements: test_environment
pip install -U pip setuptools wheel
pip install -r requirements.txt
python -m pip install --upgrade ptvsd
## debug
debug:
python -m ptvsd --host 0.0.0.0 --port 3000 --wait -m ${m}
## Write config template
config_template:

Voir le fichier

@ -3,7 +3,7 @@ services:
jupyter:
image: jupyter/tensorflow-notebook:7f1482f5a136
container_name: jupyter-iss
command: start.sh jupyter lab --NotebookApp.base_url=/jupyter --NotebookApp.token='' --NotebookApp.password=''
command: start.sh jupyter lab --NotebookApp.base_url=/jupyter --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.disable_check_xsrf=True
user: root
networks:
- netproxy
@ -17,6 +17,8 @@ services:
environment:
- NB_GID=1000
- NB_USER=jovyan
ports:
- 127.0.0.1:3000:3000
adminer:
image: adminer:4.7