rubedo/.devcontainer/Dockerfile
2023-02-16 17:27:06 -07:00

5 lines
167 B
Docker

FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y python3 python3-pip git ffmpeg
RUN pip3 install opencv-python-headless matplotlib aiohttp requests