add remote debug

This commit is contained in:
Francois Vieille 2019-04-16 21:53:10 +02:00
rodzic 9838ad8f21
commit 6a45ee0b04
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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