Skip to content

Commit

Permalink
Merge pull request #142 from aws-samples/sean-smith-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaW authored Feb 16, 2024
2 parents 3c92cd6 + 995c472 commit 58e3bed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def main(args):
ExecuteBashScript("./start_slurm.sh").run(node_type, ",".join(controllers))

## Note: Uncomment the below lines to install docker and enroot.
ExecuteBashScript("./utils/install_docker.sh").run()
ExecuteBashScript("./utils/install_enroot_pyxis.sh").run(node_type)
# ExecuteBashScript("./utils/install_docker.sh").run()
# ExecuteBashScript("./utils/install_enroot_pyxis.sh").run(node_type)

# # Note: Uncomment the below lines to install DCGM Exporter and EFA Node Exporter and Cluster Nodes. (Docker must also be installed above)
# if node_type == SlurmNodeType.COMPUTE_NODE:
Expand Down

0 comments on commit 58e3bed

Please sign in to comment.