New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

starwhale-bootstrap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starwhale-bootstrap

MLOps Platform

  • 0.2.2b6
  • PyPI
  • Socket score

Maintainers
1
  • use origin cmd
    • first, install bootstrap: pip install starwhale-bootstarp
    • second,(important) make sure this machine can access all hosts bellow with the user of ${sudoer} !!
    • then, edit hosts file(/etc/hosts) at your machine,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 nexus.starwhale.com
       10.131.0.4 agent04.starwhale.com
      
    • finally, exec: starwhale-bootstrap deploy start --user ${sudoer} --hosts-of-agent "agent01.starwhale.com,agent02.starwhale.com,agent03.starwhale.com,..."
      • the default host of controller and storage is 'controller.starwhale.com' and 'storage.starwhale.com', So you don't have to pass in
  • how to stop all the containers?
    • exec: starwhale-bootstrap deploy stop --user ${sudoer} --hosts-of-agent "agent01.starwhale.com,agent02.starwhale.com,agent03.starwhale.com,..."

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc