We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f8e1e commit d38af0eCopy full SHA for d38af0e
Dockerfile
@@ -23,7 +23,7 @@ RUN wget "https://www.wavpack.com/wavpack-${WAVPACK_VERSION}.tar.bz2" && \
23
RUN pip install wavpack-numcodecs
24
25
# Install spikeinterface-gui from source
26
-RUN git clone https://github.com/SpikeInterface/spikeinterface-gui.git && \
+RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
27
cd spikeinterface-gui && \
28
git checkout 1e1064be602867c6647eb9665c479cde6aca159f && \
29
pip install . && cd ..
0 commit comments