Skip to content

Commit

Permalink
latest v ms5 not working
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Apr 25, 2024
1 parent 4b2374a commit 641c577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions si_mountainsort5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM spikeinterface/mountainsort5-base:0.5.3
FROM spikeinterface/mountainsort5-base:0.5.6

# Copy files into the container
WORKDIR /app
Expand Down Expand Up @@ -30,10 +30,9 @@ RUN git clone https://github.com/SpikeInterface/spikeinterface_pipelines.git &&
# pip install -e .

# Install spikeinterface from source, for now
RUN git clone https://github.com/alejoe91/spikeinterface && \
RUN git clone https://github.com/SpikeInterface/spikeinterface && \
cd spikeinterface && \
# git remote add alejoe91 https://github.com/alejoe91/spikeinterface && \
git checkout 0.100.5-ms5 && \
# git checkout 0.100.5-ms5 && \
pip install -e .[full]

# # Install mountainsort from source, for now
Expand Down
6 changes: 3 additions & 3 deletions si_mountainsort5/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pynwb
pyvips==2.2.2
spikeinterface[full]==0.100.5
mountainsort5==0.5.6
neuroconv
mountainsort5==0.5.6
# spikeinterface[full]==0.100.5
# spikeinterface_pipelines
# dendro
# dendro==0.2.14

0 comments on commit 641c577

Please sign in to comment.