We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 671b154 + d14ea4d commit 7fc2488Copy full SHA for 7fc2488
3 files changed
tridesclous/Dockerfile
@@ -9,4 +9,4 @@ RUN pip install scipy numpy pandas scikit-learn matplotlib seaborn tqdm openpyxl
9
RUN pip install h5py
10
RUN pip install loky
11
12
-RUN pip install tridesclous==1.6.1
+RUN pip install tridesclous==1.6.3
tridesclous/build.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-docker build -t spikeinterface/tridesclous-base:1.6.1 .
+docker build -t spikeinterface/tridesclous-base:1.6.3 .
tridesclous/push.sh
-docker push spikeinterface/tridesclous-base:1.6.1
+docker push spikeinterface/tridesclous-base:1.6.3
0 commit comments