From a581406a55cf2afe5625f7d32cb7eca87ca7cfbd Mon Sep 17 00:00:00 2001 From: Sean Mackrory Date: Mon, 29 Aug 2022 15:37:25 -0600 Subject: [PATCH 1/2] Fix to hyperlink in release notes --- docs/release-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 28b18fab770..7104fc260a6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -57,8 +57,8 @@ Version 0.19.2 **New Features** -- Cluster: The enterprise edition of Determined ([HPE Machine Learning Development - Environment](https://www.hpe.com/us/en/solutions/artificial-intelligence/machine-learning-development-environment.html)), +- Cluster: The enterprise edition of Determined (`HPE Machine Learning Development + `_), can now be deployed on a Slurm cluster. When using Slurm, Determined delegates all job scheduling and prioritization to the Slurm workload manager. This integration enables existing Slurm workloads and Determined workloads to coexist and access all of the advanced capabilities of the From 2e5b0b756b770f8acc7816b555d9d04b7091fa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:44:13 +0000 Subject: [PATCH 2/2] build(deps): bump ubuntu from 20.04 to 22.04 in /agent Bumps ubuntu from 20.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index f99c8076ae6..702498cece2 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 MAINTAINER Determined AI RUN apt-get update -yq \