use ai base image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-08-06 22:21:07 +02:00
parent 2cae318d1d
commit 7b969ec991
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 3 deletions

View File

@ -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