Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an end-to-end script runner example #1200

Open
elliotgunton opened this issue Sep 13, 2024 · 0 comments
Open

Add an end-to-end script runner example #1200

elliotgunton opened this issue Sep 13, 2024 · 0 comments
Labels
type:documentation A documentation update

Comments

@elliotgunton
Copy link
Collaborator

The script runner doesn't have a reproducible end-to-end example that includes at a minimum a Dockerfile, requirements.txt and the Python code in one folder. It would be good to help users get started with an example that can run on a local docker-desktop installation of Argo workflows (to simplify image repository needs).

e.g. minimal Dockerfile:

FROM python:3.12-slim

WORKDIR /app

COPY . .

RUN pip install --upgrade pip \
  && pip install hera

Issue motivated by slack conversation.

@elliotgunton elliotgunton added the type:documentation A documentation update label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:documentation A documentation update
Projects
None yet
Development

No branches or pull requests

1 participant