Skip to content

Commit db0b873

Browse files
committed
update tridesclous 1.6.4 and spyking circus 1.1.0 to docker
1 parent df2fd5e commit db0b873

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

spykingcircus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN pip install numpy
55
# Install SpyKING CIRCUS
66
RUN apt-get update && apt-get install -y libmpich-dev
77
RUN pip install pyqt5==5.13
8-
RUN apt-get update && apt-get install -y qt5-default
8+
# RUN apt-get update && apt-get install -y qt5-default
99
RUN apt-get update && apt-get install -y libglib2.0-0 libgl1-mesa-glx
1010
RUN apt-get update && apt-get install -y packagekit-gtk3-module libcanberra-gtk-module libcanberra-gtk3-module
1111
RUN pip install scikit-build
1212
RUN pip install cmake>=3.18
13-
RUN pip install spyking-circus==1.0.7
13+
RUN pip install spyking-circus==1.1.0

spykingcircus/build.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 build -t spikeinterface/spyking-circus-base:1.0.7 .
3+
docker build -t spikeinterface/spyking-circus-base:1.1.0 .

spykingcircus/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/spyking-circus-base:1.0.7
3+
docker push spikeinterface/spyking-circus-base:1.1.0

tridesclous/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ RUN pip install scipy numpy pandas scikit-learn matplotlib seaborn tqdm openpyxl
99
RUN pip install h5py
1010
RUN pip install loky
1111

12-
RUN pip install tridesclous==1.6.3
12+
RUN pip install tridesclous==1.6.4

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

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

0 commit comments

Comments
 (0)