Skip to content

Commit

Permalink
Merge pull request #73 from SpikeInterface/mountainsort-update
Browse files Browse the repository at this point in the history
update mountainsort5 image
  • Loading branch information
alejoe91 authored Apr 4, 2024
2 parents dcc2e71 + 4285e86 commit 36605da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mountainsort5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN pip install --upgrade pip

RUN pip install numpy

RUN pip install mountainsort5==0.5.3
RUN pip install mountainsort5==0.5.6
2 changes: 1 addition & 1 deletion mountainsort5/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t spikeinterface/mountainsort5-base:latest -t spikeinterface/mountainsort5-base:0.5.3 .
docker build -t spikeinterface/mountainsort5-base:latest -t spikeinterface/mountainsort5-base:0.5.6 .

0 comments on commit 36605da

Please sign in to comment.