File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ RUN pacman -Sy \
1515RUN pacman -Sy --needed --noconfirm python-setuptools python-pip python-ifaddr python-numpy \
1616 python-bottle python-pyserial python-mysql-connector python-netifaces python-cherrypy \
1717 python-eventlet python-dnspython python-greenlet python-monotonic \
18- python-zeroconf python-cheroot python-opencv python- gitpython \
18+ python-zeroconf python-cheroot python-gitpython \
1919 openssh sshpass rsync curl
2020
2121
2222RUN cd /opt && git clone https://github.com/gilestrolab/ethoscope.git
2323RUN cd /opt/ethoscope/ && git checkout ${ETHOSCOPE_BRANCH:-dev}
2424RUN cd /opt/ethoscope/src/node && pip install --no-deps -e . --break-system-packages
25- RUN cd /opt/ethoscope/src/ethoscope && pip install --no-deps -e . --break-system-packages
2625
2726WORKDIR /opt/ethoscope/src/node/scripts
You can’t perform that action at this time.
0 commit comments