Moved to python base image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Pünkösd Marcell 2020-08-06 16:25:48 +02:00
parent 4c31826aac
commit 2cae318d1d

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 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 RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3", "main.py"] ENTRYPOINT ["python3", "main.py"]