FROM ubuntu:latest WORKDIR /isi COPY . /isi RUN pip install -r /isi/requirements.txt CMD ["program.py"]