Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/TraceMachina/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Machina
Makefile
[Mm]etamaterials
[Mm]onorepo
Memory Store
Nvidia
NVMe
[email protected]
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ The setups below are **production-grade** installations. See the [contribution d

You can find a few example deployments in the [Docs](https://nativelink.com/docs/deployment-examples/kubernetes).

> **🚀 Multi-Worker Deployments with JuiceFS**
>
> For production-grade multi-worker setups with distributed shared storage, check out our [JuiceFS Integration Guide](deployment-examples/docker-compose/README-JUICEFS.md). Get started in minutes with our automated setup:
> ```bash
> cd deployment-examples/docker-compose
> ./setup-juicefs.sh
> ```
> Includes Redis, MinIO, and production-ready configurations for both Docker Compose and Kubernetes.

### 📦 Prebuilt images

Fast to spin up, but currently limited to `x86_64` systems. See the [container
Expand Down
Loading
Loading