Skip to content

Commit

Permalink
Upgrade MS5 image to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Feb 1, 2024
1 parent a527417 commit 6bde930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mountainsort5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.8
FROM python:3.10

# downgrade pip version to avoid dependency issues during installations
RUN pip install --no-input pip==21.2.4
RUN pip install --upgrade pip

RUN pip install numpy

RUN pip install mountainsort5==0.3.0
RUN pip install mountainsort5==0.5.3
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.3.0 .
docker build -t spikeinterface/mountainsort5-base:latest -t spikeinterface/mountainsort5-base:0.5.3 .

0 comments on commit 6bde930

Please sign in to comment.