Self-service web portal for launching NVIDIA Isaac Sim workloads with Kubernetes DRA.
Python 3.12 and Helm 3 are required.
python3 -m venv .venv
. .venv/bin/activate
pip install -r src/tests/requirements.txt
helm lint --strict chart
helm template scalex-isaac-twinx chart \
--namespace scalex-isaac-twinx >/tmp/scalex-isaac-twinx.yaml
PYTHONPATH=src python -m pytest src/testsBuild the Portal image locally:
docker build -f images/portal/Dockerfile -t scalex-isaac-twinx:local .