We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd446c commit 672a59cCopy full SHA for 672a59c
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 834ea9271f0f5dc28e812168ec9641ace635d072 && \
+ git checkout 513ef0d4d161a8a8380b1edcd8293c6b6c70f79a && \
29
pip install . --no-cache-dir && cd ..
30
31
0 commit comments