-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/ubuntu docker container (#220)
* move al2 files into new directory * add ubuntu dockerfile image scripts * update ecr deploy script to upload both ubuntu and al2 containers * set default number of cpus and memory for orchestration script * updates to slurm initialization for aws * change default conda env name This update includes: - creation scripts for a new ubuntu flavored docker container version of the IMI - Updates and scripts needed to create and run the IMI on a new prototype AMI on aws that uses ubuntu 24.04 instead of the old Ubuntu 18.04, which has reached end of support - A few minor updates/fixes for running on AWS
- Loading branch information
Showing
45 changed files
with
863 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### | ||
# Slurm cgroup support configuration file. | ||
### | ||
CgroupMountpoint=/sys/fs/cgroup | ||
ConstrainCores=yes | ||
ConstrainDevices=yes | ||
ConstrainRAMSpace=yes | ||
ConstrainSwapSpace=yes | ||
CgroupPlugin=cgroup/v1 | ||
IgnoreSystemd=no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.