Skip to content

Commit

Permalink
update mountainsort5 image
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Apr 3, 2024
1 parent dcc2e71 commit 4285e86
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 4285e86

Please sign in to comment.