Skip to content
Snippets Groups Projects
Select Git revision
  • 72e778195e1721054c21ae143b01d6958ee58c7c
  • main default protected
2 results

docker-compose.yml

Blame
  • 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