Skip to content

Commit 47b3baf

Browse files
authored
Merge pull request #79 from mhhennig/main
update to herdingspikes 0.4
2 parents f193d1f + 5409f05 commit 47b3baf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

herdingspikes/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM python:3.8
1+
FROM python:3.12
22

3-
RUN pip install numpy==1.20.0
3+
RUN pip install numpy
4+
RUN pip install cython
45

5-
RUN pip install herdingspikes==0.3.99
6+
RUN pip install herdingspikes==0.4.1

herdingspikes/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/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.3.99 .
3+
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.1 .

0 commit comments

Comments
 (0)