Skip to content

Commit

Permalink
fix si pipeline installation
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 16, 2024
1 parent 59d1997 commit 4c5bbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions si_kilosort25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM spikeinterface/kilosort2_5-compiled-base:0.2.0


# Install Dendro from source, for now
WORKDIR /src
RUN git clone https://github.com/flatironinstitute/dendro.git && \
Expand All @@ -10,7 +9,7 @@ RUN git clone https://github.com/flatironinstitute/dendro.git && \
# Install spikeinterface-pipelines from source, for now
RUN git clone https://github.com/SpikeInterface/spikeinterface_pipelines.git && \
cd spikeinterface_pipelines && \
git checkout dev && \
# git checkout dev && \
pip install -e .

# Install spikeinterface from source, for now
Expand Down
2 changes: 1 addition & 1 deletion si_kilosort3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN git clone https://github.com/flatironinstitute/dendro.git && \
# Install spikeinterface-pipelines from source, for now
RUN git clone https://github.com/SpikeInterface/spikeinterface_pipelines.git && \
cd spikeinterface_pipelines && \
git checkout dev && \
# git checkout dev && \
pip install -e .

# Install spikeinterface from source, for now
Expand Down

0 comments on commit 4c5bbcd

Please sign in to comment.