We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43cdda commit a856256Copy full SHA for a856256
herdingspikes/Dockerfile
@@ -3,4 +3,4 @@ FROM python:3.12
3
RUN pip install "numpy<2.0"
4
RUN pip install cython
5
6
-RUN pip install herdingspikes==0.4.3
+RUN pip install herdingspikes==0.4.5
herdingspikes/build.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
-docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .
+docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.5 .
0 commit comments