Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 199 B
FROM python:3.10
#RUN apt-get -y update && apt-get install -y python pip
COPY requirements.txt /
RUN pip install --break-system-packages -r /requirements.txt
COPY ec_sim.py /
CMD python ec_sim.py