Skip to content

Commit 61a8818

Browse files
committed
updates TDC container to 1.6.5
fixes missing package (packaging)
1 parent 27528e8 commit 61a8818

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tridesclous/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RUN pip install git+https://github.com/scikit-learn-contrib/hdbscan.git
1717
RUN pip install Cython
1818
RUN pip install scipy pandas scikit-learn matplotlib seaborn tqdm openpyxl quantities neo
1919
RUN pip install h5py
20-
RUN pip install loky
20+
RUN pip install loky packaging
2121

22-
RUN pip install tridesclous==1.6.4
22+
RUN pip install tridesclous==1.6.5

tridesclous/build.sh

100755100644
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:1.6.4 .
3+
docker build -t spikeinterface/tridesclous-base:1.6.5 .

0 commit comments

Comments
 (0)