1. Hardware Requirements • OS : Ubuntu 22.04 Server • 16 CPU Cores • 32 GB RAM • 60 GB Harddisk☑️ lsb_release -a로 확인 가능2. 기본 의존성 설치sudo apt update && sudo apt upgrade -ysudo apt install -y git curl apt-transport-https ca-certificates gnupg lsb-release jq python3-pip# Kubeflow Pipelines SDK는 2.14.3으로 고정pip install kfp==2.14.33. AIMLFW 저장소 받기cd ~git clone -b l-release https://gerrit.o-ran-..