We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e2034 commit 27dea86Copy full SHA for 27dea86
Dockerfile
@@ -25,7 +25,7 @@ RUN pip install wavpack-numcodecs
25
# Install spikeinterface-gui from source
26
RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
27
cd spikeinterface-gui && \
28
- git checkout fecb00aee3ce2894590a6dc9255565133f7edb51 && \
+ git checkout 0fb6cdc0c716d270f5cfe7beed34431875abb315 && \
29
pip install . && cd ..
30
31
0 commit comments