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

Latest commit

 

History

History
60 lines (39 loc) · 1.36 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.36 KB

This bucket has been deprecated in favor of the Determined build now in the Scoop Extra's repository.

Remove this bucket and switch with:

scoop uninstall determined
scoop bucket rm determined-bucket
scoop update
scoop install determined

Scoop Bucket for the Determined CLI client

This is a Scoop-compatible bucket for installing an up-to-date Determined AI CLI client on Windows.

output

Installation

Install Scoop in PowerShell, if you have not already done so:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex

Add this Scoop bucket:

scoop bucket add determined-bucket https://github.com/sirredbeard/determined-bucket

Install the Determined CLI:

scoop update
scoop install determined

To update the Determined CLI:

scoop update determined

To use the Determined CLI:

det --help

Help

Join the Determined AI Commmunity Slack.

License

This project is licensed under the Apache License Version 2.0.