AI-assisted sandbox for designing, deploying, and managing experiments on the FABRIC testbed
4.2K
AI-assisted experiment designer for the FABRIC testbed.
| Version | LoomAI Release | Description |
|---|---|---|
| 0.0.2 | v0.0.2 | Aligned Dockerfile with upstream loomai repo |
| 0.0.1 | v0.0.1 | Initial release |
| Port | Service | Description |
|---|---|---|
| 3000 | Nginx | Web UI frontend |
| 8000 | Uvicorn | FastAPI backend API |
| 8889 | JupyterLab | Per-slice notebook environments |
| 9100-9199 | SSH Proxy | Tunnel proxies for VM web apps |
curl -O https://raw.githubusercontent.com/fabric-testbed/fabric-docker-images/main/loomai/0.0.2/docker-compose.yml
docker compose up -d
docker pull fabrictestbed/loomai:0.0.2
docker run -d \
-p 3000:3000 -p 8000:8000 -p 8889:8889 -p 9100-9199:9100-9199 \
-v fabric_work:/home/fabric/work \
-e FABRIC_CONFIG_DIR=/home/fabric/work/fabric_config \
-e FABRIC_STORAGE_DIR=/home/fabric/work \
-e DOCKER_REPO=fabrictestbed/loomai \
--dns 8.8.8.8 --dns 8.8.4.4 \
--restart unless-stopped \
fabrictestbed/loomai:0.0.2
Content type
Image
Digest
sha256:956ca1cb1…
Size
568.6 MB
Last updated
about 1 month ago
docker pull fabrictestbed/loomai