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

Dockerfile: Pin aioice version to 0.6.10 #60

Merged
merged 2 commits into from
Mar 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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'