RayBackend

Ray

Custom Backend Serving to use Ray.

View on GitHub

Last Updated: Oct. 3, 2021

Access Instructions

Install the Ray provider package into your Airflow environment.

Update your environment config per the instructions in the docs below.

Documentation

Custom Backend Serving to use Ray.

Setup in your airflow Dockerfile with the following lines:

FROM quay.io/astronomer/ap-airflow:2.0.2-1-buster-onbuild
USER root
RUN pip uninstall astronomer-airflow-version-check -y
USER astro
ENV AIRFLOW__CORE__XCOM_BACKEND=ray_provider.xcom.ray_backend.RayBackend

Was this page helpful?