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