Skip to content

Commit

Permalink
Merge pull request #74 from SpikeInterface/update-ks4
Browse files Browse the repository at this point in the history
Update KS4 to v4.0.6
  • Loading branch information
alejoe91 authored Apr 30, 2024
2 parents 36605da + 8513a4d commit 39b0a6a
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
RUN pip install kilosort==4.0.6
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_cuda-12.0.0 .
docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0.6_cuda-12.0.0 .

0 comments on commit 39b0a6a

Please sign in to comment.