Diff of /Dockerfile [000000] .. [a5c387]

Switch to unified view

a b/Dockerfile
1
FROM python:3.11
2
3
RUN pip install -r requirements.txt