Skip to content

Commit

Permalink
Install KS4 from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 4, 2024
1 parent cd857bc commit 4152f3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kilosort4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ RUN conda init bash
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

# install kilosort4
RUN git clone https://github.com/MouseLand/Kilosort.git && \
cd Kilosort && \
pip install . && \
cd ..
RUN pip install kilosort==4.0

0 comments on commit 4152f3e

Please sign in to comment.