We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dea86 commit 219583bCopy full SHA for 219583b
Dockerfile
@@ -23,9 +23,9 @@ RUN wget "https://www.wavpack.com/wavpack-${WAVPACK_VERSION}.tar.bz2" && \
23
RUN pip install wavpack-numcodecs
24
25
# Install spikeinterface-gui from source
26
-RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
+RUN git clone https://github.com/SpikeInterface/spikeinterface-gui.git && \
27
cd spikeinterface-gui && \
28
- git checkout 0fb6cdc0c716d270f5cfe7beed34431875abb315 && \
+ git checkout e7c37434169df1ad107acdc2b7a6b4d3fd18821a && \
29
pip install . && cd ..
30
31
0 commit comments