We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4fda1c + e11510e commit dbf7033Copy full SHA for dbf7033
3 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 .
tridesclous/push.sh
-docker push spikeinterface/tridesclous-base:1.6.4
+docker push spikeinterface/tridesclous-base:1.6.5
0 commit comments