Revert "docker: use depthai image base"

This reverts commit 1f302934bd.
This commit is contained in:
Cyrille Nofficial 2022-01-23 15:29:11 +01:00
parent 1f302934bd
commit fe9bb60fd0

View File

@ -1,4 +1,4 @@
FROM docker.io/luxonis/depthai-base
FROM docker.io/library/python:3.9-slim
# 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