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