MLOps Platform
Project description
- use origin cmd
- first, install ansible:
pip install ansible - second, edit two hosts file at your machine,
- one is /etc/hosts,here is a content example:
10.131.0.1 agent01.starwhale.com 10.131.0.2 agent02.starwhale.com storage.starwhale.com controller.starwhale.com 10.131.0.3 agent03.starwhale.com 10.131.0.4 agent04.starwhale.com
- another one is $PWD/hosts,here is a content example:
[controller] controller.starwhale.com [storage] storage.starwhale.com [agent] agent01.starwhale.com agent02.starwhale.com agent03.starwhale.com agent04.starwhale.com ...
- one is /etc/hosts,here is a content example:
- then, exec:
ansible-playbook bootstrap.yaml -i hosts --user ${sudoer} --check - finally, exec:
ansible-playbook bootstrap.yaml -i hosts --user {sudoer}
- first, install ansible:
- use make cmd
make install- edit the hosts file at your machine,the same with above example
make check {sudoer}make play {sudoer}
- pip upload tutorials
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file starwhale-bootstrap-0.1.0a26.tar.gz.
File metadata
- Download URL: starwhale-bootstrap-0.1.0a26.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a1037dd62a4e4aa02d071357cceb339b38265e40c5b9c555e36161882cf2335
|
|
| MD5 |
a89b4f01c900545c0e3ed4c96008f984
|
|
| BLAKE2b-256 |
92f6885318c72b4b9d5960655128da0313f376ad4661fad5cdca7856ec095aa1
|
File details
Details for the file starwhale_bootstrap-0.1.0a26-py3-none-any.whl.
File metadata
- Download URL: starwhale_bootstrap-0.1.0a26-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a6ea6debc8ec89c4a67972129d098880c919a0707e451c668d02ff5f91b883
|
|
| MD5 |
c97456d9b459924cc6548041a540f124
|
|
| BLAKE2b-256 |
6eb373c9b4d484a1cb3711d51ba5d0d4053fc12c8543fe4059ccb66893386a6a
|