Skip to content

Commit

Permalink
Merge pull request #81 from SpikeInterface/update-ks4
Browse files Browse the repository at this point in the history
Update KS4 to 4.0.16
  • Loading branch information
alejoe91 authored Aug 27, 2024
2 parents 47b3baf + 8fff656 commit 7602357
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 7602357

Please sign in to comment.