Giter VIP home page Giter VIP logo

nephele's Introduction

NEPHELE

Prerequisites

Install enroot

sudo apt update -y
arch=$(dpkg --print-architecture)
echo $arch

curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot_3.4.0-1_${arch}.deb
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot+caps_3.4.0-1_${arch}.deb
sudo apt install -y ./*.deb
rm enroot*

Install terraform and ansible

curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt update
sudo apt install -y build-essential terraform ansible

Check installation

terraform --version
ansible --version

If using Azure, additionally install the Azure CLI

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az login

Setup

Cloning the repo

Remember to include the recursive flag for submodules.

git clone --recursive https://github.com/NVIDIA/nephele.git

Edit cluster configuration

vi nephele.conf

One time setup

export CONTAINERIZED_BUILD=1
./nephele init

Create the cluster

./nephele create

Connect to the cluster

Headnode:

./nephele connect

Specific compute node - e.g. x8a100-0000

./nephele connect x8a100-0000

Destroy the cluster

./nephele destroy

nephele's People

Contributors

3xx0 avatar eweill-nv avatar leezu avatar aroraakshit avatar annikabrundyn avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.