first working version

This commit is contained in:
2023-08-22 15:59:38 +02:00
parent c81afcb051
commit a00dcaefa4
6 changed files with 43 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM python:3.7
RUN apt update && apt install -y libsm6 libxext6 ffmpeg libfontconfig1 libxrender1 libgl1-mesa-glx iputils-ping
RUN python -m pip install robomaster Pillow myqr