1.`Dockerfile` path in the `build_image.yml` job needs to be corrected and uncomment `entrypoint: [""]` and figure out what it does
1.`Dockerfile` path in the `build_image.yml` job needs to be corrected and uncomment `entrypoint: [""]`, removal of unnesessary line ( # - echo "Pushing image with tag ${CI_COMMIT_TAG}") and figure out what it does
2. in `Dockerfile` the insytallation of dependencies is missing `RUN pip install --no-cache-dir -r requirements.txt`
3.`.dockerignore` file ignores `requirements.txt` at the moment, needs to be corrected