From 45b3b01408efb0bfdaa6f2877a2645107b2c317e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 9 Nov 2022 08:31:10 -0800 Subject: [PATCH] Install packages from requirements.txt instead of CLI --- compose.voila.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.voila.yml b/compose.voila.yml index 611bcfd..9bb941f 100644 --- a/compose.voila.yml +++ b/compose.voila.yml @@ -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 # "