Skip to content

Commit

Permalink
Update KS4 to 4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Aug 27, 2024
1 parent 47b3baf commit 8fff656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kilosort4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN conda init bash
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

# install kilosort4
RUN pip install kilosort==4.0.12
RUN pip install kilosort==4.0.16
2 changes: 1 addition & 1 deletion kilosort4/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0.12_cuda-12.0.0 .
docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0.16_cuda-12.0.0 .

0 comments on commit 8fff656

Please sign in to comment.