From 0a4a658441ed0f40f2f7f53ed4eacd7c9e87e947 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Thu, 16 May 2024 11:01:17 -0400 Subject: [PATCH] update lindi --- dendro_apps/spikeforestxyz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendro_apps/spikeforestxyz/Dockerfile b/dendro_apps/spikeforestxyz/Dockerfile index a7ee194..7d72a8c 100644 --- a/dendro_apps/spikeforestxyz/Dockerfile +++ b/dendro_apps/spikeforestxyz/Dockerfile @@ -15,7 +15,7 @@ RUN pip install spikeinterface==0.100.6 # Install lindi from source RUN git clone https://github.com/neurodatawithoutborders/lindi.git && \ cd lindi && \ - git checkout dev10 && echo "3" && \ + git checkout dev10 && echo "4" && \ pip install -e . # Install sortingview