Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Update header message #209

Merged
merged 1 commit into from
Nov 2, 2022
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
4 changes: 2 additions & 2 deletions content/home-slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ $ tree
  emoji: 1.6.1
`,
`
$ mlem deploy dog-bark-translator heroku
$ mlem deploy heroku dog-bark-translator
🏗️ Building dog-bark-translator:latest docker image...<delay></delay>
📤 Pushing docker image to heroku, using envs/heroku.yaml specification...<delay></delay>
📤 Pushing docker image to heroku...<delay></delay>
🚀 Starting application...<delay></delay>
💫 Application is live, check it out at https://dog-bark-translator.iterative.ai
`,
Expand Down
8 changes: 4 additions & 4 deletions src/components/NavBar/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ const Alert: React.FC<{ collapsed: boolean }> = ({ collapsed }) => (
🚀
</span>{' '}
<p>
New Release!{' '}
<SmartLink href="https://dvc.org/blog/iterative-studio-model-registry">
Git-backed Machine Learning Model Registry
MLEM now offers{' '}
<SmartLink href="https://iterative.ai/blog/mlem-k8s-sagemaker">
deployment to Kubernetes and Sagemaker
</SmartLink>{' '}
for all your model management needs.
with a single command.
</p>
</div>
</div>
Expand Down