# Deploying AI Frameworks on Secure HPC Systems with Containers

**Authors:** David Brayford, Sofia Vallecorsa, Atanas Atanasov, Fabio Baruffa,, Walter Riviera

arXiv: 1905.10090 · 2020-01-14

## TL;DR

This paper discusses the challenges and solutions for deploying AI frameworks on secure HPC systems, specifically using containers to enable compatibility and security in environments like SuperMUC-NG.

## Contribution

It presents a practical approach for deploying AI frameworks on secure HPC systems using container technology, addressing compatibility and security challenges.

## Key findings

- Successful deployment of AI frameworks on SuperMUC-NG
- Containerization enables compatibility with HPC security restrictions
- Addresses challenges faced by data scientists in HPC environments

## Abstract

The increasing interest in the usage of Artificial Intelligence techniques (AI) from the research community and industry to tackle "real world" problems, requires High Performance Computing (HPC) resources to efficiently compute and scale complex algorithms across thousands of nodes. Unfortunately, typical data scientists are not familiar with the unique requirements and characteristics of HPC environments. They usually develop their applications with high-level scripting languages or frameworks such as TensorFlow and the installation process often requires connection to external systems to download open source software during the build. HPC environments, on the other hand, are often based on closed source applications that incorporate parallel and distributed computing API's such as MPI and OpenMP, while users have restricted administrator privileges, and face security restrictions such as not allowing access to external systems. In this paper we discuss the issues associated with the deployment of AI frameworks in a secure HPC environment and how we successfully deploy AI frameworks on SuperMUC-NG with Charliecloud.

---
Source: https://tomesphere.com/paper/1905.10090