Install packages from requirements.txt instead of CLI

This commit is contained in:
3wc 2022-11-09 08:31:10 -08:00
parent a6d4d4c70d
commit 45b3b01408
1 changed files with 2 additions and 0 deletions

View File

@ -13,8 +13,10 @@ services:
working_dir: /home/jovyan/cft-evidence-models
command: >
bash -c
"
pip install -r requirements.txt &&
voila --enable_nbextensions=True --autoreload=True --Voila.ip=0.0.0.0 --TagRemovePreprocessor.remove_cell_tags='{\"hide\"}' --no-browser --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120
"
# command: >
# bash -c
# "