Skip to main content

No project description provided

Project description

Vellum Workflow Runner Server

This package is meant for installing on container images in order to use custom docker images when using Vellum Workflows.

Example Dockerfile Usage:

FROM python:3.11.6-slim-bookworm

RUN apt-get update && apt-get install --no-install-recommends -y \
    build-essential \
    ca-certificates

RUN pip install --upgrade pip

RUN pip --no-cache-dir install vellum-workflow-server==0.13.2

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
COPY ./base-image/code_exec_entrypoint.sh .
RUN chmod +x /code_exec_entrypoint.sh

CMD ["vellum_start_server"]

Skipping Publishes

If you wish to automatically skip publishing a new version when merging to main you can add a [skip-publish] to your commit message. This is useful if your changes are not time sensitive and can just go out with the next release. This avoids causing new services being created causing extra cold starts for our customers and also keeps our public versioning more tidy.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vellum_workflow_server-0.14.70.post18.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vellum_workflow_server-0.14.70.post18-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file vellum_workflow_server-0.14.70.post18.tar.gz.

File metadata

File hashes

Hashes for vellum_workflow_server-0.14.70.post18.tar.gz
Algorithm Hash digest
SHA256 af3ecfd9e5a55c60ab0f7df2c859c7533e2f695e85a881fbf38a87e2614154d5
MD5 0798349d5c90d9fb5389cb3b2aa1fa30
BLAKE2b-256 67d5b0e23601d0c6d204daf5defe6a6ace0a5bda2f34bfeb7c26bbf4a0b5d5ce

See more details on using hashes here.

File details

Details for the file vellum_workflow_server-0.14.70.post18-py3-none-any.whl.

File metadata

File hashes

Hashes for vellum_workflow_server-0.14.70.post18-py3-none-any.whl
Algorithm Hash digest
SHA256 bc95ab6f6ef42b9021c9698273845612ff2fed7d979e7e6ab8c3c4e8fb4122f6
MD5 f8170ab918732087f892207d8256fbea
BLAKE2b-256 3b181070db1849e3d3f5ba0a22dc4255830b95e0fefa1321ae7023cca2a39d53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page