CybersecurityForDemocracy / tiktok-library

A library for interacting and large-scale data acquisition from the TikTok Research API
https://pypi.org/project/tiktok_research_api_helper/
4 stars 0 forks source link

Dockerfile to build image from specified package version from pip #64

Closed macpd closed 3 months ago

macpd commented 3 months ago

to build image:

bash -c 'VERSION=<PIP VERSION SPECIFIER HERE>; docker build -t ghcr.io/cybersecurityfordemocracy/tiktok_research_api_helper:${VERSION} --build-arg VERSION=${VERSION} .'

docker-compose-run-repeated.EXAMPLE.yml is an example docker compose config for running run-repeated command via docker.