Sign inSign up

fabrictestbed/loomai

By fabrictestbed

Updated about 1 month ago

AI-assisted sandbox for designing, deploying, and managing experiments on the FABRIC testbed

Image
1

4.2K

fabrictestbed/loomai repository overview

LoomAI

AI-assisted experiment designer for the FABRIC testbed.

Versions

VersionLoomAI ReleaseDescription
0.0.2v0.0.2Aligned Dockerfile with upstream loomai repo
0.0.1v0.0.1Initial release

Ports

PortServiceDescription
3000NginxWeb UI frontend
8000UvicornFastAPI backend API
8889JupyterLabPer-slice notebook environments
9100-9199SSH ProxyTunnel proxies for VM web apps

Usage

curl -O https://raw.githubusercontent.com/fabric-testbed/fabric-docker-images/main/loomai/0.0.2/docker-compose.yml
docker compose up -d
Docker Run
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

Tag summary

Content type

Image

Digest

sha256:956ca1cb1

Size

568.6 MB

Last updated

about 1 month ago

docker pull fabrictestbed/loomai