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

Commit

Permalink
change header
Browse files Browse the repository at this point in the history
  • Loading branch information
aguschin committed Nov 1, 2022
1 parent 5d11793 commit 064a3d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 064a3d5

Please sign in to comment.