Skip to content

Commit d38af0e

Browse files
committed
Install from PR
1 parent 55f8e1e commit d38af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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/SpikeInterface/spikeinterface-gui.git && \
26+
RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
2727
cd spikeinterface-gui && \
2828
git checkout 1e1064be602867c6647eb9665c479cde6aca159f && \
2929
pip install . && cd ..

0 commit comments

Comments
 (0)