rubedo/.devcontainer/Dockerfile
Mike Abbott 9680132c10 Full end-to-end support.
Cleaned up a lot of code.  Some things are still kind of messy, but it's a vast improvement over what I used to have.  Data is easy to pass around the system, and the pattern info has proved invaluable for cleanly connecting prints, scans, and analysis.
2023-04-04 16:49:03 -06:00

6 lines
201 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