Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 16, 2024
1 parent 7dab03a commit b71cf11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dendro_apps/spikeforestxyz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ RUN pip install kachery-cloud==0.4.9
# Install spikeinterface
RUN pip install spikeinterface==0.100.6

# Install lindi
RUN pip install lindi==0.3.4
# Install lindi from source
RUN git clone https://github.com/neurodatawithoutborders/lindi.git && \
cd lindi && \
git checkout dev10 && \
pip install -e .

# Install sortingview
RUN pip install sortingview==0.13.3
Expand Down

0 comments on commit b71cf11

Please sign in to comment.