-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus | |
|
||
<!-- CORTEX_VERSION_BRANCH_STABLE, e.g. v0.9.0 --> | ||
```bash | ||
pip install git+https://github.com/cortexlabs/[email protected].2#egg=cortex\&subdirectory=pkg/workloads/cortex/client | ||
pip install git+https://github.com/cortexlabs/[email protected].3#egg=cortex\&subdirectory=pkg/workloads/cortex/client | ||
``` | ||
|
||
The Python client needs to be initialized with AWS credentials and an operator URL for your Cortex cluster. You can find the operator URL by running `cortex cluster info`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters