Skip to content

Commit 4152f3e

Browse files
committed
Install KS4 from pip
1 parent cd857bc commit 4152f3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

kilosort4/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ RUN conda init bash
3535
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
3636

3737
# install kilosort4
38-
RUN git clone https://github.com/MouseLand/Kilosort.git && \
39-
cd Kilosort && \
40-
pip install . && \
41-
cd ..
38+
RUN pip install kilosort==4.0

0 commit comments

Comments
 (0)