https://github.com/annotation/text-fabric
Raw File
Tip revision: 3667c3ac5614c2e717c6284fd34479dbfb8e0ee6 authored by Dirk Roorda on 18 December 2022, 10:13:05 UTC
small fixes and improvements
Tip revision: 3667c3a
Dockerfile
FROM python:3.11

WORKDIR /var/text-fabric

ADD MANIFEST.in setup.cfg pyproject.toml .
ADD tf/ tf/

ENTRYPOINT bash
back to top