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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vellum_workflow_server-0.14.70.post52.tar.gz.
File metadata
- Download URL: vellum_workflow_server-0.14.70.post52.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.23 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d448268e0f0bf6f19f0c4d179cea94ad3f53dbf0fb6941385457c2879a94cf
|
|
| MD5 |
051df6685afd7d3fdbc2ad279920626e
|
|
| BLAKE2b-256 |
0d6f834ffc5fef36a750c74804224ae8f4edc7009db6cd1a36db07c6a56a0872
|
File details
Details for the file vellum_workflow_server-0.14.70.post52-py3-none-any.whl.
File metadata
- Download URL: vellum_workflow_server-0.14.70.post52-py3-none-any.whl
- Upload date:
- Size: 31.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.23 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ba40653bcca372f6da02ce81421614f6fd76162b0cdd5d885ecb364525fef98
|
|
| MD5 |
6bdbd06c526a8282cee4867c559c702c
|
|
| BLAKE2b-256 |
f7da49344896fb7e3756e8693a69f197c8e9aa84c4583d209e8d67d1014b1476
|