Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 728 Bytes

Base container for python workers

This repository contains a sample set of workers and Dockerfile for running python workers in a container environment.

Python SDK for Conductor

https://github.com/conductor-sdk/conductor-python

⭐ Conductor OSS

GitHub stars

Show support for the Conductor OSS. Please help spread the awareness by starring Conductor repo.

Build Container

docker build . -t <TAG>
docker run \
  -e CONDUCTOR_AUTH_KEY=<KEY> \
  -e CONDUCTOR_AUTH_SECRET=<SECRET> \
  -e CONDUCTOR_SERVER_URL=<API_ENDPOINT> \
  -t <TAG>