build-rocm-image

Build a custom Docker image with ROCm tools on a remote host via SSH.

2|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/fsx950223/claude-stuff --skill build-rocm-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-rocm-image
Source: https://github.com/fsx950223/claude-stuff/tree/main/.claude/skills/build-rocm-image
Command: npx skills add https://github.com/fsx950223/claude-stuff --skill build-rocm-image

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of building a customized Docker image with specific ROCm development tools and libraries on a remote host, saving significant manual setup time and ensuring a consistent environment.

Core Features & Use Cases

  • Remote Image Building: Connects to a remote host via SSH to build a Docker image.
  • Custom Software Stack: Installs specific versions of Triton, vLLM, aiter, FlyDSL, and rocprofv3.
  • Use Case: When you need to set up a development environment on a remote GPU server with the latest ROCm-compatible libraries for machine learning model development.

Quick Start

Use the build-rocm-image skill to build the ROCm development image on the remote host 'my-gpu-server.local'.

Frequently Asked Questions about build-rocm-image

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

FAQPage Schema
How do I build a custom ROCm Docker image on a remote GPU server?

To build a custom ROCm Docker image, use this Skill to connect to a remote host via SSH and automatically install specific development tools like vLLM, Triton, and rocprofv3, ensuring a consistent machine learning environment without manual setup.

What do I need to set up a remote ROCm development environment?

Setting up a remote ROCm development environment requires a remote host with Bash and Docker installed, along with SSH key-based authentication enabled to allow the automated build process to connect and execute commands securely.

Can I include specific ROCm libraries like vLLM and aiter in my Docker build?

Yes, you can include specific ROCm libraries like vLLM and aiter in your Docker build. The Skill automates installing custom versions of Triton, vLLM, aiter, FlyDSL, and rocprofv3 directly into the remote Docker image.

What is the best way to automate ROCm Docker image creation for machine learning?

The best way to automate ROCm Docker image creation is using a Skill that remotely builds images via SSH. This approach saves significant manual setup time and ensures consistent environment configuration across different GPU servers.

Does building ROCm Docker images remotely require SSH key-based authentication?

Yes, building ROCm Docker images remotely requires SSH key-based authentication. The Skill targets remote hosts via SSH for environment setup, necessitating proper key configuration to execute the Docker build commands securely.