Skip to content

ijdoc/webinar-cicd-2024

Repository files navigation

wandb-webinar-cicd-2024

Discover how improving your CI/CD pipeline can boost your team’s productivity and ensure that your production models are always your best models.

IMAGE ALT TEXT HERE

📺 Watch on YouTube!

Workflow Entry-Point

Setup

Prepare the environment

We use pipenv to maintain python virtual environments across the project:

pip install pipenv
cd batch
pipenv sync

Create .env file

Within the batch folder, create a .env file. The variables defined here will be automatically loaded by pipenv into the python virtual environment at runtime.

# batch/.env
GITHUB_TOKEN="paste_your_token_here"

Trigger the workload

cd batch
pipenv run python trigger_batch_data.py --repo ijdoc/webinar-cicd-2024 --iteration=25

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published