Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 184 B
FROM python:3.11
RUN python -m pip install --upgrade pip
RUN pip install --upgrade cookiecutter tox twine cibuildwheel==2.13.1 cookiecutter
RUN curl -sSL https://get.docker.com/ | sh