cuopt-installation-common
Installation
SKILL.md
cuOpt Installation (common)
Domain concepts for installing and running cuOpt. No install commands or interface details here.
System requirements
- GPU: NVIDIA with Compute Capability ≥ 7.0 (Volta or newer). Examples: V100, A100, H100, RTX 20xx/30xx/40xx. Not supported: GTX 10xx (Pascal).
- CUDA: 12.x or 13.x. Package and runtime must match (e.g. cuopt built for CUDA 12 with a CUDA 12 driver).
- Driver: Compatible NVIDIA driver for the CUDA version in use.
Required questions (environment)
Ask these if not already clear:
- Environment — Local machine with GPU, cloud instance, Docker/Kubernetes, or no GPU (need remote/server)?
- CUDA version — What is installed or planned? (e.g.
nvcc --version,nvidia-smi.) - Usage — In-process (library/API) vs server (REST)? Which language or runtime (Python, C, server)?
- Package manager — pip, conda, or Docker preferred?