bynvidia-ai-blueprints· 17 skills
Update the BDD test container image when its dependencies or runtime change. Determines version bump (major vs minor vs patch), rebuilds the Docker image, pushes to GitLab registry, and updates the image tag in start_test.sh. Test source (tests/, features/, scripts/, data/, conftest.py) is bind-mounted from the host repo at runtime, so pure test code changes do NOT require a container rebuild. Use only when files that the container bakes in are modified: Dockerfile, docker-entrypoint.sh, pyproject.toml, poetry.lock.
$npx -y skills add nvidia-ai-blueprints/video-search-and-summarization --skill bdd-container-updateInstalls into the current project.
Run `npx skills use "https://github.com/nvidia-ai-blueprints/video-search-and-summarization" --skill "nvidia-ai-blueprints/video-search-and-summarization/bdd-container-update"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nvidia-ai-blueprints/video-search-and-summarization" that are relevant to the current task. Run `npx skills add "https://github.com/nvidia-ai-blueprints/video-search-and-summarization"` and select the relevant skills, then follow their instructions.