Skip to content

Commit 0c39877

Browse files
committed
Added herdingspikes Dockerfile
1 parent 3d2bb21 commit 0c39877

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

herdingspikes/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.3.99 .

herdingspikes/push.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
docker push --all-tags spikeinterface/herdingspikes-base

0 commit comments

Comments
 (0)