mfe_network_coding_b/.drone.yml

10 lines
174 B
YAML
Raw Permalink Normal View History

2020-10-16 03:15:55 +02:00
kind: pipeline
type: docker
name: run_algo
steps:
- name: do_homework
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py