diff --git a/dockerfiles/awsbatch b/dockerfiles/awsbatch new file mode 100644 index 0000000..57b8eea --- /dev/null +++ b/dockerfiles/awsbatch @@ -0,0 +1,4 @@ +FROM python:3.11-slim +LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples +LABEL org.opencontainers.image.description="Image with the latest pandas, requests and scikit-learn Python packages" +RUN pip install --no-cache-dir kestra pandas requests scikit-learn pyarrow awswrangler loguru amazon-ion awscli