Skip to content

Commit 8513a4d

Browse files
committed
Update KS4 to v4.0.6
1 parent 36605da commit 8513a4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kilosort4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +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 pip install kilosort==4.0
38+
RUN pip install kilosort==4.0.6

kilosort4/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0_cuda-12.0.0 .
3+
docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0.6_cuda-12.0.0 .

0 commit comments

Comments
 (0)