Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM ubuntu:20.04
- RUN apt-get update
- RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
- RUN apt-get install -y python3-dev python3-pip python3-opencv
- RUN pip3 install flask[async]
- RUN pip3 install flask-sqlalchemy
- RUN pip3 install mediapipe
- RUN pip3 install paho-mqtt
- RUN pip3 install pymysql
- RUN pip3 install pytz
- RUN pip3 install requests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement