CoolFace
Apppublic

blong12/API_Arduino_video_stream

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Dockerfile9 linesDownload Raw Back to root
1FROM python:3.92 3COPY requirements.txt .4 5RUN pip install --no-cache-dir --upgrade -r requirements.txt6 7COPY . .8 9CMD ["python", "run.py"]