This repository contains examples, tests, and a library to ensure a smooth deployment within NVIDIA Cloud Functions (NVCF).
The package nvcf_container provide Python functions that simplify common tasks within containers deployed inside
NVIDIA Cloud Functions
The examples/ folder has sample containers to be built and used as functions or tasks.
This repository includes reusable agent skills in skills/. The format is based on the open Agent Skills specification: https://agentskills.io/home.
- NGC Cloud Functions CLI Skill: Guidance for using NGC CLI with NVCF functions, tasks, clusters, GPUs, and the NGC registry as well as invoking functions and debugging deployment errors.
- Additional workflows are in examples.md.
Create a local skills directory for Claude and copy this skill into it:
mkdir -p ~/.claude/skills
cp -R ./skills/nvcf-ngc-cli-skill ~/.claude/skills/Create a local skills directory for Cursor and copy this skill into it:
mkdir -p ~/.cursor/skills
cp -R ./skills/nvcf-ngc-cli-skill ~/.cursor/skills/