1
0
Ответвление 0
зеркало из https://github.com/prise6/smart-iss-posts синхронизирован 2024-04-26 11:10:28 +02:00
Этот коммит содержится в:
Francois Vieille 2019-04-16 21:53:10 +02:00
родитель 9838ad8f21
коммит 6a45ee0b04
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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