diff --git a/website/src/components/VideoGrid/VideoGrid.js b/website/src/components/VideoGrid/VideoGrid.js index d3cb0c29b..2e7e2e1af 100644 --- a/website/src/components/VideoGrid/VideoGrid.js +++ b/website/src/components/VideoGrid/VideoGrid.js @@ -54,6 +54,13 @@ const videos = [ linkTo: "https://www.youtube.com/watch?v=pTALAJ2r1uY", date: "Nov 6, 2023" }, + { + title: "AWS Summit Tel Aviv 2024 - Deploy accelerator-agnostic inference pipelines to Amazon EKS", + description: "Optimize costs, enhance resilience, future-proof architecture, and deploy accelerator-agnostic inference applications on Amazon EKS with Karpenter", + imageSrc: 'news/video8.png', + linkTo: "https://www.youtube.com/watch?v=oF0LKR-SQEY", + date: "Jun 26, 2024" + }, ]; const VideoGrid = () => { diff --git a/website/static/news/video8.png b/website/static/news/video8.png new file mode 100644 index 000000000..7924f8ecc Binary files /dev/null and b/website/static/news/video8.png differ