From 3eac9264bf38c7db4724fdc3d1d2a91d09237041 Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Fri, 20 Dec 2024 14:38:20 +0100 Subject: [PATCH] Update polars.Dockerfile --- dockerfiles/polars.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/polars.Dockerfile b/dockerfiles/polars.Dockerfile index 4f13dac..a6147b8 100644 --- a/dockerfiles/polars.Dockerfile +++ b/dockerfiles/polars.Dockerfile @@ -2,4 +2,4 @@ FROM python:3.10 LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples LABEL org.opencontainers.image.description="Image with the latest Polars package and all its extensions" RUN pip install --upgrade pip -RUN pip install --no-cache-dir uv kestra requests "polars[all]" loguru amazon-ion faker +RUN pip install --no-cache-dir uv kestra requests "polars[sqlalchemy,adbc]" loguru amazon-ion faker