Skip to content

Commit

Permalink
Update polars.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Dec 20, 2024
1 parent f95d807 commit 3eac926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/polars.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3eac926

Please sign in to comment.