From 42bf87b09da48f811b588072c1206977bbac6d4a Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Wed, 15 May 2024 19:08:28 -0400 Subject: [PATCH] update Dockerfile --- dendro_apps/spikeforestxyz/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dendro_apps/spikeforestxyz/Dockerfile b/dendro_apps/spikeforestxyz/Dockerfile index 38903ec..c9d13df 100644 --- a/dendro_apps/spikeforestxyz/Dockerfile +++ b/dendro_apps/spikeforestxyz/Dockerfile @@ -24,6 +24,9 @@ RUN git clone https://github.com/SpikeInterface/spikeinterface_pipelines.git && # git checkout dev && \ pip install -e . +# Install neuroconv +RUN pip install neuroconv==0.4.8 + # Install mountainsort5 RUN pip install mountainsort5==0.5.6