byof-onboard

Containerize open-source repositories and deploy them on Nebius infrastructure.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill byof-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: byof-onboard
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/workflows/byof-onboard
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill byof-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, sky, nebius, pytest, and includes scripts (resource) components.

What problem does it solve?

This skill streamlines the complex process of containerizing open-source software repositories and deploying them as validated workloads on Nebius infrastructure, eliminating manual configuration errors.

Core Features & Use Cases

  • Automated Containerization: Standardizes the packaging of public repositories into Nebius-compatible images using Ubuntu or Isaac Lab profiles.
  • Validation Workflows: Executes automated smoke tests and container verification to ensure code runs correctly on live Kubernetes clusters.
  • Use Case: A robotics team needs to deploy a new research repository on a GPU cluster; this skill handles the build, registry push, and smoke test sequence in one workflow.

Quick Start

Use the byof-onboard skill to containerize the repository at the provided URL and run a container verification smoke test on the target project.

Frequently Asked Questions about byof-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I containerize an open-source repository for Kubernetes on Nebius?

To containerize an open-source repository for Kubernetes on Nebius, you can automate the build, registry push, and live smoke test sequence using SkyPilot, Docker, and the Nebius CLI to manage GPU-accelerated job execution.

Can I deploy Isaac Lab simulation workloads on Nebius infrastructure?

Yes, you can deploy Isaac Lab simulation workloads on Nebius infrastructure by using automated containerization profiles that standardize the packaging of research repositories into Nebius-compatible images and validate them on live clusters.

Do I need SkyPilot and Docker to run reinforcement learning pipelines on Nebius?

Yes, you need SkyPilot and Docker to run reinforcement learning pipelines on Nebius, as they are required dependencies for managing the containerization and GPU-accelerated Kubernetes job execution for your training workflows.

What is the best way to validate OSS code runs correctly on a GPU cluster?

The best way to validate OSS code runs correctly on a GPU cluster is through automated validation workflows that execute smoke tests and container verification on live Kubernetes clusters after pushing the image to the registry.

Does automated containerization support generic Ubuntu-based open-source software?

Yes, automated containerization supports generic Ubuntu-based open-source software by standardizing the packaging of public repositories into Nebius-compatible images, alongside dedicated profiles for Isaac Lab simulations.

Why does my repository deployment on Nebius fail validation tests?

Repository deployment on Nebius fails validation tests when the containerized build does not pass the automated smoke test sequence executed on the live Kubernetes cluster, indicating configuration or compatibility errors in the image.