-
TYLER CARAZA-HARTER authoredTYLER CARAZA-HARTER authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 224 B
FROM ubuntu:24.04
RUN apt-get update && apt-get install -y python3 python3-pip iproute2
RUN pip3 install grpcio-tools==1.70.0 grpcio==1.70.0 protobuf==5.29.3 --break-system-packages
COPY *.py /
CMD ["python3", "/server.py"]