Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from balenalabs/pin_aioice
Browse files Browse the repository at this point in the history
Dockerfile: Pin aioice version to 0.6.10
  • Loading branch information
mbalamat committed Mar 2, 2020
2 parents 68310b0 + 0f663ff commit 0a3f71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balena-cam/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
#RUN printf "bcm2835-v4l2\n" >> /etc/modules
RUN pip3 install --upgrade pip
RUN pip3 install async-timeout
RUN pip3 install aiohttp aiohttp_basicauth==0.1.3 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple
RUN pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple
RUN pip3 install av

WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion balena-cam/app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def checkDeviceReadiness():
print('Video device is ready')

if __name__ == '__main__':
#checkDeviceReadiness()
checkDeviceReadiness()

ROOT = os.path.dirname(__file__)
pcs = set()
Expand Down
1 change: 1 addition & 0 deletions repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: 'generic'

0 comments on commit 0a3f71f

Please sign in to comment.