https://github.com/annotation/text-fabric
Raw File
Tip revision: afb429e6b1c40218b4bc65e36737c5338ac37367 authored by Dirk Roorda on 11 April 2023, 16:19:10 UTC
big update with rate limit avoidance
Tip revision: afb429e
Dockerfile
FROM python:3.11

WORKDIR /var/text-fabric

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

ENTRYPOINT bash
back to top