This commit is contained in:
parent
46d5b5cf68
commit
54eeaa7170
26
.drone.yml
Normal file
26
.drone.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: kaniko
|
||||||
|
image: banzaicloud/drone-kaniko
|
||||||
|
settings:
|
||||||
|
registry: registry.kmlabz.com
|
||||||
|
repo: birbnetes/${DRONE_REPO_NAME}
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_BUILD_NUMBER}
|
||||||
|
|
||||||
|
|
||||||
|
- name: ms-teams
|
||||||
|
image: kuperiu/drone-teams
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: TEAMS_WEBHOOK
|
||||||
|
when:
|
||||||
|
status: [ failure ]
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM python:3.8
|
||||||
|
|
||||||
|
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt
|
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
cython
|
||||||
|
|
||||||
|
cycler==0.10.0
|
||||||
|
deprecation==2.0.7
|
||||||
|
eyeD3==0.9.5
|
||||||
|
filetype==1.0.6
|
||||||
|
hmmlearn==0.2.3
|
||||||
|
joblib==0.14.1
|
||||||
|
kiwisolver==1.2.0
|
||||||
|
matplotlib==3.2.1
|
||||||
|
numpy==1.18.2
|
||||||
|
pyAudioAnalysis==0.3.0
|
||||||
|
pydub==0.23.1
|
||||||
|
pyparsing==2.4.6
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
scikit-learn==0.21.3
|
||||||
|
scipy==1.4.1
|
||||||
|
simplejson==3.17.0
|
||||||
|
six==1.14.0
|
Loading…
Reference in New Issue
Block a user