Skip to content

Commit f672e0f

Browse files
committed
update Tridesclous
1 parent c1e3fed commit f672e0f

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

tridesclous/Dockerfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
FROM python:3.8
2-
3-
# downgrade pip version to avoid dependency issues during installations
4-
RUN pip install --no-input pip==21.2.4
5-
6-
1+
FROM python:3.12
72

83
# Install prerequisites
94
RUN apt-get update && apt-get install -y libgl1-mesa-glx
105

116
# need to force some version
12-
RUN pip install numpy==1.21
7+
RUN pip install numpy
138
RUN pip install numba
149
RUN pip install hdbscan
1510

16-
1711
RUN pip install Cython
1812
RUN pip install scipy pandas scikit-learn matplotlib seaborn tqdm openpyxl quantities neo
1913
RUN pip install h5py
2014
RUN pip install loky packaging
2115

22-
RUN pip install tridesclous==1.6.5
16+
RUN pip install tridesclous==1.6.9

tridesclous/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/tridesclous-base:latest -t spikeinterface/tridesclous-base:1.6.5 .
3+
docker build -t spikeinterface/tridesclous-base:latest -t spikeinterface/tridesclous-base:1.6.9 .

0 commit comments

Comments
 (0)