File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ RUN pip install numpy
55# Install SpyKING CIRCUS
66RUN apt-get update && apt-get install -y libmpich-dev
77RUN 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
99RUN apt-get update && apt-get install -y libglib2.0-0 libgl1-mesa-glx
1010RUN apt-get update && apt-get install -y packagekit-gtk3-module libcanberra-gtk-module libcanberra-gtk3-module
1111RUN pip install scikit-build
1212RUN pip install cmake>=3.18
13- RUN pip install spyking-circus==1.0.7
13+ RUN pip install spyking-circus==1.1.0
Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker push spikeinterface/spyking-circus-base:1.0.7
3+ docker push spikeinterface/spyking-circus-base:1.1.0
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN pip install scipy numpy pandas scikit-learn matplotlib seaborn tqdm openpyxl
99RUN pip install h5py
1010RUN pip install loky
1111
12- RUN pip install tridesclous==1.6.3
12+ RUN pip install tridesclous==1.6.4
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker build -t spikeinterface/tridesclous-base:1.6.3 .
3+ docker build -t spikeinterface/tridesclous-base:1.6.4 .
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker push spikeinterface/tridesclous-base:1.6.3
3+ docker push spikeinterface/tridesclous-base:1.6.4
You can’t perform that action at this time.
0 commit comments