Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed headers for alibaba and kubeflow examples #780

Merged
merged 2 commits into from
Aug 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/kubeflow/kubeflow_seldon_e2e_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"6) Visualise Seldon's Production ML Pipelines\n",
"\n",
"# Before you start\n",
"## Before you start\n",
"Make sure you install the following dependencies, as they are critical for this example to work:\n",
"\n",
"* Helm v2.13.1+\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 5 - Deploy your model and visualise requests\n",
"## 5 - Deploy your model and visualise requests\n",
"\n",
"**IMPORTANT: Make sure you replace the URL for your repo in the format of:**\n",
"* registry-intl.**[REPO]**.aliyuncs.com/**[REGISTRY]**/**[REPO]**:0.1"
Expand Down