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