We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f193d1f + 5409f05 commit 47b3bafCopy full SHA for 47b3baf
herdingspikes/Dockerfile
@@ -1,5 +1,6 @@
1
-FROM python:3.8
+FROM python:3.12
2
3
-RUN pip install numpy==1.20.0
+RUN pip install numpy
4
+RUN pip install cython
5
-RUN pip install herdingspikes==0.3.99
6
+RUN pip install herdingspikes==0.4.1
herdingspikes/build.sh
@@ -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 commit comments