diff --git a/Dockerfile b/Dockerfile index 3ca5483..25efdcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM python:3.7-alpine MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc -RUN pip install utils pycryptodome && \ - pip install nltk numpy sklearn flask pandas +#RUN pip install utils pycryptodome && \ +# pip install nltk numpy sklearn flask pandas COPY . /home/spam-filter/. EXPOSE 9090 CMD ["python", "/home/spam-filter/src/main.py"] \ No newline at end of file diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 32756e6..8693801 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -29,7 +29,7 @@ try { timestamps { node ("${env.SLAVE_LABEL}") { stage('Initialise') { - checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'Github', url: 'https://github.com/andyjk15/price-collector.git']]]) + checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'Github', url: 'https://github.com/andyjk15/spam-filter.git']]]) env.APPLICATION_VERSION = get_application_version()