Moved to python base image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
4c31826aac
commit
2cae318d1d
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user