We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2bb21 commit 0c39877Copy full SHA for 0c39877
3 files changed
herdingspikes/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM python:3.8
2
+
3
+RUN pip install numpy==1.20.0
4
5
+RUN pip install herdingspikes==0.3.99
herdingspikes/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.3.99 .
herdingspikes/push.sh
+docker push --all-tags spikeinterface/herdingspikes-base
0 commit comments