docker: use depthai image base

This commit is contained in:
Cyrille Nofficial 2022-01-22 21:11:48 +01:00
parent b9f554d4ba
commit 1f302934bd

View File

@ -1,4 +1,4 @@
FROM docker.io/library/python:3.9-slim
FROM docker.io/luxonis/depthai-base
# Configure piwheels repo to use pre-compiled numpy wheels for arm
RUN echo -n "[global]\nextra-index-url=https://www.piwheels.org/simple\n" >> /etc/pip.conf