File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM hdsort-matlab-base
2+
3+ RUN chmod 755 /usr/bin/mlrtapp/hdsort_compiled
4+ ENV PATH="/usr/bin/mlrtapp:${PATH}"
5+
6+ RUN apt-get update -y
7+ RUN apt-get install software-properties-common -y
8+ RUN add-apt-repository ppa:deadsnakes/ppa -y
9+ RUN apt-get install git python3.8 python3.8-dev -y
10+ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
11+ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
12+ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
13+ RUN apt-get install python3-pip -y
14+ RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
15+ RUN pip install -U pip
16+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker build -t spikeinterface/hdsort-compiled-base:latest -t spikeinterface/hdsort-compiled-base:0.1.0 .
4+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker push --all-tags spikeinterface/hdsort-compiled-base
4+
You can’t perform that action at this time.
0 commit comments