We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2f254 commit 14989d6Copy full SHA for 14989d6
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 ad7d31a2203731f82e33476a4abfe713284fd53d && \
+ git checkout 0ee3653bee4c0b71e9335a92469bf2280614ffcd && \
29
pip install . && cd ..
30
31
0 commit comments