From 7b969ec991b5872e1de670afcb1d936f3664e6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 6 Aug 2020 22:21:07 +0200 Subject: [PATCH] use ai base image --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 715c233..3c4f0f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -FROM python:3.8 - -RUN apt update && apt install -y libsndfile1-dev libsndfile1 && apt clean +FROM registry.kmlabz.com/birbnetes/ai-base-image ENV PIP_NO_CACHE_DIR=true ENV TZ Europe/Budapest