Moved to python base image
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Pünkösd Marcell 2020-08-06 16:25:48 +02:00
parent 4c31826aac
commit 2cae318d1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.kmlabz.com/birbnetes/ai-base-image
FROM python:3.8
RUN apt update && apt install -y libsndfile1-dev libsndfile1 && apt clean
@ -11,4 +11,4 @@ WORKDIR /cnn_classification_service/
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3", "main.py"]
ENTRYPOINT ["python3", "main.py"]