Skip to content
Closed
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 agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
MAINTAINER Determined AI <hello@determined.ai>

RUN apt-get update -yq \
Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://www.hpe.com/us/en/solutions/artificial-intelligence/machine-learning-development-environment.html>`_),
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
Expand Down