Skip to content

Commit

Permalink
update to herdingspikes 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhhennig committed Jul 24, 2024
1 parent f193d1f commit 5409f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions herdingspikes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.8
FROM python:3.12

RUN pip install numpy==1.20.0
RUN pip install numpy
RUN pip install cython

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

docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.3.99 .
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.1 .

0 comments on commit 5409f05

Please sign in to comment.