Skip to content

Commit 1db885c

Browse files
committed
Merge branch 'dev'
2 parents bc13493 + f8010c0 commit 1db885c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Docker/node/node.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ RUN pacman -Sy \
1515
RUN 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

2222
RUN cd /opt && git clone https://github.com/gilestrolab/ethoscope.git
2323
RUN cd /opt/ethoscope/ && git checkout ${ETHOSCOPE_BRANCH:-dev}
2424
RUN 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

2726
WORKDIR /opt/ethoscope/src/node/scripts

0 commit comments

Comments
 (0)