Skip to content

Commit

Permalink
Fix suggested typo fixes
Browse files Browse the repository at this point in the history
Co-authored-by: axel7083 <[email protected]>
  • Loading branch information
votti and axel7083 authored Jun 21, 2023
1 parent 66f4664 commit 4c77b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- component-name: tfevent-metrics-collector
dockerfile: cmd/metricscollector/v1beta1/tfevent-metricscollector/Dockerfile
- component-name: kfpv1-metrics-collector
dockerfile: cmd/metricscollector/v1beta1/kvpv1-metricscollector/Dockerfile
dockerfile: cmd/metricscollector/v1beta1/kfpv1-metricscollector/Dockerfile
2 changes: 1 addition & 1 deletion examples/v1beta1/kubeflow-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following Pipelines are deployed from Kubeflow Notebook:

2) [Katib Experiment with Early Stopping](early-stopping.ipynb)

3) [Tune parameters of a `MNIST` kubeflow pipeline with Katib](pipeline-parameters.ipynb)
3) [Tune parameters of a `MNIST` kubeflow pipeline with Katib](kubeflow-kfpv1-opt-mnist.ipynb)

The following Pipelines have to be compiled and uploaded to the Kubeflow Pipelines UI for examples 1 & 2:

Expand Down

0 comments on commit 4c77b36

Please sign in to comment.