-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update docs for public release (#174)
- Loading branch information
1 parent
7f02b42
commit 13219d0
Showing
8 changed files
with
58 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<br /> | ||
<div align="center"> | ||
<h1 align="center">Vertex Pipelines Deployer</h1> | ||
<p align="center"> | ||
<a href="https://www.artefact.com/"> | ||
<img src="docs/assets/Artefact-AI-is-about-People-logo-1200x424.png" style="max-width:50%;height:auto;background-color:#111146;" alt="Artefact Logo"/> | ||
</a> | ||
</p> | ||
<h3 align="center">Deploy Vertex Pipelines within minutes</h3> | ||
<p align="center"> | ||
This tool is a wrapper around <a href="https://www.kubeflow.org/docs/components/pipelines/v2/hello-world/">kfp</a> and <a href="https://cloud.google.com/python/docs/reference/aiplatform/latest">google-cloud-aiplatform</a> that allows you to check, compile, upload, run, and schedule Vertex Pipelines in a standardized manner. | ||
|
@@ -57,9 +62,9 @@ | |
|
||
[Full CLI documentation](docs/CLI_REFERENCE.md) | ||
|
||
<!-- --8<-- [start:why] --> | ||
## ❓ Why this tool? | ||
|
||
## ❓ Why this tool? | ||
<!-- --8<-- [start:why] --> | ||
|
||
Three use cases: | ||
|
||
|
@@ -86,6 +91,11 @@ Two main commands: | |
|
||
## 📦 Installation | ||
<!-- --8<-- [start:installation] --> | ||
### From PyPI | ||
|
||
```bash | ||
pip install vertex-deployer | ||
``` | ||
|
||
### From git repo | ||
|
||
|
@@ -105,32 +115,6 @@ git clone [email protected]:artefactory/vertex-pipelines-deployer.git | |
poetry install | ||
cd example | ||
``` | ||
|
||
### From Artifact Registry (not available in PyPI yet) | ||
|
||
The package is available on a public Google Artifact Registry repo. You need to specify a | ||
[pip extra index url](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url) to install it. | ||
|
||
Install latest version: | ||
```bash | ||
pip install --extra-index-url https://europe-west1-python.pkg.dev/data-sandbox-fr/artefactory/simple vertex-deployer | ||
``` | ||
|
||
!!! tip "Add to requirements" | ||
You can add the extra index URL to your `requirements.in` or `requirements.txt` file. | ||
```txt title="requirements.txt" | ||
--extra-index-url https://europe-west1-python.pkg.dev/data-sandbox-fr/artefactory/simple | ||
|
||
vertex-deployer==0.3.3 | ||
``` | ||
|
||
??? info "About extra index URL" | ||
You can add the extra index URL to your `pip.conf` file to avoid having to specify it every time. | ||
|
||
List available versions: | ||
```bash | ||
pip index versions --extra-index-url https://europe-west1-python.pkg.dev/data-sandbox-fr/artefactory/simple vertex-deployer | ||
``` | ||
<!-- --8<-- [end:installation] --> | ||
|
||
## 🚀 Usage | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
:root { | ||
--md-primary-fg-color: #111146; | ||
--md-accent-fg-color: #e61f68; | ||
} |
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