Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Initial draft - How to Deploy your Petals Private Swarm #69

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

filopedraz
Copy link
Contributor

Description

Closes #68

@nsosio nsosio mentioned this pull request Nov 15, 2023
Create a DO Machine with at least 2GiB of RAM and 1 CPU and Install all the necessary dependencies (Docker).

```bash
docker run -d --net host --ipc host --volume petals-cache-backbone:/cache --name backbone --rm learningathome/petals:main python -m petals.cli.run_dht --host_maddrs /ip4/0.0.0.0/tcp/31337 --identity_path bootstrap1.id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we do have --rm here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to Deploy your Petals Private Swarm?
2 participants