Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.09 KB

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