kind: pipeline type: docker name: run_algo steps: - name: do_homework image: "python:3.8" commands: - pip3 install -r requirements.txt - python3 app.py