We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd857bc commit 4152f3eCopy full SHA for 4152f3e
1 file changed
kilosort4/Dockerfile
@@ -35,7 +35,4 @@ RUN conda init bash
35
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
36
37
# install kilosort4
38
-RUN git clone https://github.com/MouseLand/Kilosort.git && \
39
- cd Kilosort && \
40
- pip install . && \
41
- cd ..
+RUN pip install kilosort==4.0
0 commit comments