Skip to content

Commit 219583b

Browse files
committed
Use SpikeInterface SI-GUI
1 parent 27dea86 commit 219583b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN wget "https://www.wavpack.com/wavpack-${WAVPACK_VERSION}.tar.bz2" && \
2323
RUN pip install wavpack-numcodecs
2424

2525
# Install spikeinterface-gui from source
26-
RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
26+
RUN git clone https://github.com/SpikeInterface/spikeinterface-gui.git && \
2727
cd spikeinterface-gui && \
28-
git checkout 0fb6cdc0c716d270f5cfe7beed34431875abb315 && \
28+
git checkout e7c37434169df1ad107acdc2b7a6b4d3fd18821a && \
2929
pip install . && cd ..
3030

3131

0 commit comments

Comments
 (0)