We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27528e8 commit 61a8818Copy full SHA for 61a8818
2 files changed
tridesclous/Dockerfile
@@ -17,6 +17,6 @@ RUN pip install git+https://github.com/scikit-learn-contrib/hdbscan.git
17
RUN pip install Cython
18
RUN pip install scipy pandas scikit-learn matplotlib seaborn tqdm openpyxl quantities neo
19
RUN pip install h5py
20
-RUN pip install loky
+RUN pip install loky packaging
21
22
-RUN pip install tridesclous==1.6.4
+RUN pip install tridesclous==1.6.5
tridesclous/build.sh
100755
100644
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-docker build -t spikeinterface/tridesclous-base:1.6.4 .
+docker build -t spikeinterface/tridesclous-base:1.6.5 .
0 commit comments