Skip to content

conductor-oss/python-worker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Base container for the python workers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published