mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-09-26 23:29:12 +08:00
7 lines
224 B
Docker
7 lines
224 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
|
|
RUN pip3 install websocket-client
|
|
RUN pip3 install scipy
|