Skip to content

chore(deps): bump scikit-learn from 0.22.2.post1 to 1.5.0 in /webservice #114

chore(deps): bump scikit-learn from 0.22.2.post1 to 1.5.0 in /webservice

chore(deps): bump scikit-learn from 0.22.2.post1 to 1.5.0 in /webservice #114

Workflow file for this run

name: Docker Image Build CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: cd dev_scripts && ./build-docker.sh && ./run_docker.sh && cd .. && ./.docker_files/wait-for-it.sh localhost:8091 -t 120 && sleep 15 && curl -X POST --data 'examplestructure=sno' http://localhost:8091/process_example_structure/ > example.html && grep -F "Sn" example.html || exit 1