Skip to content

Commit

Permalink
Fix broken links for pachyderm application
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-o0o committed Sep 24, 2024
1 parent 854cb3c commit 03ef7ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/rhoai/shared/apps/pachyderm/pachyderm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
displayName: Pachyderm
provider: Pachyderm
description: |-
Pachyderm is the data foundation for machine learning. It provides industry-leading pipelines, data versioning, and lineage for data science teams to automate the machine learning lifecycle.
Pachyderm is the data foundation for machine learning. It provides industry-leading pipelines, data versioning, and lineage for data science teams to automate the machine learning lifecycle.
kfdefApplications: []
route: ''
img: >-
Expand All @@ -18,14 +18,14 @@ spec:
category: Self-managed
support: third party support
quickStart: pachyderm-beginner-tutorial-notebook
getStartedLink: https://docs.pachyderm.com/latest/getting-started
getStartedLink: https://docs.pachyderm.com/products/mldm/latest/get-started/
csvName: pachyderm-operator
getStartedMarkDown: >-
# Pachyderm
[Pachyderm](https://www.pachyderm.com/) provides the data layer that allows data science teams to productionize and scale their machine learning lifecycle. With Pachyderm’s industry-leading data versioning, pipelines, and lineage, teams gain data-driven automation, petabyte scalability, and end-to-end reproducibility. Teams using Pachyderm get their ML projects to market faster, lower data processing and storage costs, and can more easily meet regulatory compliance requirements.
Read about how our Customers leveraged Pachyderm to face their ML/AI challenges and operationalize their pipelines: [Case studies](https://www.pachyderm.com/case-studies/).
Read about how our Customers leveraged Pachyderm to face their ML/AI challenges and operationalize their pipelines: [Case studies](https://www.pachyderm.com/customers/).
## Features include
Expand All @@ -48,7 +48,7 @@ spec:
Before you start the operator installation process, you will need to:
- Familiarize yourself with Pachyderm's **[main concepts](https://docs.pachyderm.com/latest/concepts/)**, and Pachyderm's command-line tool `pachctl`. You will interact with Pachyderm using `pachctl` from the cells of your notebooks. Read through our written demo [Open CV](https://docs.pachyderm.com/latest/getting-started/beginner-tutorial/) to get used to the main commands.
- Familiarize yourself with Pachyderm's **[main concepts](https://docs.pachyderm.com/products/mldm/latest/learn/basic-concepts/)**, and Pachyderm's command-line tool `pachctl`. You will interact with Pachyderm using `pachctl` from the cells of your notebooks. Read through our written demo [Open CV](https://docs.pachyderm.com/products/mldm/latest/get-started/beginner-tutorial/) to get used to the main commands.
- Prepare the installation of Pachyderm by creating an **external object store** (Pachyderm supports all s3-compatible storage solutions) for your data. Make sure to match your cluster's region.
* Ceph Nano users: Retrieve the `Cluster IP` of your service (in Networking > Services), your `AWS_ACCESS_KEY_ID` (base 64), and `AWS_SECRET_ACCESS_KEY` (base 64).
Expand Down Expand Up @@ -204,6 +204,6 @@ spec:
pachd 2.0.5
```
You are ready to run your first pipelines in a notebook. Check our **Quick Start** in the `Enabled` menu of your OpenShift AI Console. You can later extend this first notebook by following the steps in this written [tutorial](https://docs.pachyderm.com/latest/getting-started/beginner-tutorial/) on our documentation website.
You are ready to run your first pipelines in a notebook. Check our **Quick Start** in the `Enabled` menu of your OpenShift AI Console. You can later extend this first notebook by following the steps in this written [tutorial](https://docs.pachyderm.com/products/mldm/latest/get-started/beginner-tutorial/) on our documentation website.
Note that you might need to install additional libraries depending on the notebook you chose. For example, our [Housing prices notebook](https://github.com/pachyderm/examples/blob/master/housing-prices-intermediate/housing-prices.ipynb) requires the additional installation of [Pachyderm's python client](https://python-pachyderm.readthedocs.io/en/stable/): `pip install python-pachyderm`.

0 comments on commit 03ef7ec

Please sign in to comment.