Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 998 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 998 Bytes

Container Environment Modules for SJTU PI

This repo is originated from ngc-container-environment-modules.

Container environment modules are lightweight wrappers that make it possible to transparently use containers as environment modules.

  • Use familiar environment module commands, ensuring a minimal learning curve or change to existing workflows

  • Leverage all the benefits of containers, including portability and reproducibility

  • Take advantage of the optimized HPC and Deep Learning containers

Prerequisites

Management

You can run the command below to pull and update all container images.

./manage.py deploy

Or, you can pull and update selected container images.

./manage.py deploy -n pytorch -t 1.6.0