Skip to content

Commit dbf7033

Browse files
authored
Merge pull request #22 from vncntprvst/main
updates TDC container to 1.6.5
2 parents b4fda1c + e11510e commit dbf7033

3 files changed

Lines changed: 4 additions & 4 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 .

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

0 commit comments

Comments
 (0)