Skip to content

Commit

Permalink
Update KS4 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 18, 2024
1 parent 1dfc217 commit eefd758
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.16
RUN pip install kilosort==4.0.18
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.16_cuda-12.0.0 .
docker build -t spikeinterface/kilosort4-base:latest -t spikeinterface/kilosort4-base:4.0.18_cuda-12.0.0 .

0 comments on commit eefd758

Please sign in to comment.