From 1f302934bda286ced03aab0e3aa113dd924280f7 Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Sat, 22 Jan 2022 21:11:48 +0100 Subject: [PATCH] docker: use depthai image base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d6fef2..d281048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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