File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
94RUN 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
138RUN pip install numba
149RUN pip install hdbscan
1510
16-
1711RUN pip install Cython
1812RUN pip install scipy pandas scikit-learn matplotlib seaborn tqdm openpyxl quantities neo
1913RUN pip install h5py
2014RUN pip install loky packaging
2115
22- RUN pip install tridesclous==1.6.5
16+ RUN pip install tridesclous==1.6.9
Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments