software catalog

Docs pulled from project reposUpdated Sep 1, 2026View on GitHub

Prerequisites for Intel® AI for Enterprise Solutions

← Docs Index

Everything needed before running the Intel® AI for Enterprise Solutions installer, whether you're deploying on-premises, air-gapped, or on a single bare-metal box.


Operating system

OSStatus
Ubuntu 22.04✅ Supported
Ubuntu 24.04✅ Supported
RHEL 8 / Rocky Linux 8 (x86_64)✅ Supported

Hardware minimums

DeploymentCPU coresRAMDisk
Platform + Observability only1632 GB200 GB
Inference — 3B parameter model3264 GB300 GB
Inference — 8B parameter model64128 GB400 GB

Intel® Xeon® processors are recommended for CPU-based inference. NUMA-aware pinning (NRI Balloons) and AMX acceleration are built into the platform for Xeon workloads.


Access

RequirementSingle-nodeMulti-node
Passwordless sudo on installer hostRequiredRequired
Passwordless SSH from installer host to all nodesRequired
Passwordless sudo on all target nodesRequired

Network

  • Internet access is required during install (package downloads, container images, model weights).
  • Corporate proxy: set http_proxy, https_proxy, and no_proxy in env/<name>/global_config.yaml before installing. See Configuration.
  • Time synchronization (multi-node only): an NTP server (chrony or systemd-timesyncd) must be running and synced on every node before install. Clock skew causes intermittent etcd failures, TLS errors, and token authentication issues that are hard to diagnose.

Tooling

./es_auto_installer.sh configure installs the following pinned versions into /usr/local/bin. Run it once per machine before anything else. If these tools are already installed at compatible versions, configure skips them.

ToolVersionNotes
Python≥ 3.11Also installs the matching python<ver>-venv package
yqv4.53.2mikefarah/yq — YAML processor used by the installer
kubectlv1.34.3
helmv3.20.2

git must already be installed before running configure. It is preinstalled on most Ubuntu and RHEL images. The installer uses it to clone external repos on first run.


Credentials

  • Hugging Face token — required only for gated models (Llama, Mistral, Gemma, etc.). Get one at huggingface.co/settings/tokens (free account). Export as HF_TOKEN=hf_... before deploying those models.
  • Keycloak admin password — auto-generated if not set. Override by exporting KEYCLOAK_ADMIN_PASSWORD before install.
  • Grafana admin password — auto-generated if not set. Override by exporting GRAFANA_ADMIN_PASSWORD before install.

What configure does not do

  • Install git — must already be present
  • Configure proxy settings — edit env/<name>/global_config.yaml yourself
  • Set up SSH keys — you must distribute them to target nodes for multi-node installs

If you want to…Go to
Start the actual install now that prerequisites are metGetting Started
Understand what you're installing and why, before running anythingMeet Intel® AI for Enterprise Solutions
Plan hardware for a multi-node or bring-your-own-cluster setupMulti-Node & BYO Cluster
Set proxy, TLS, or other options configure doesn't handleConfiguration Reference