GithubHelp home page GithubHelp logo

lambda-stack-dockerfiles's Introduction

Lambda Stack Dockerfiles

Dockerfiles with rolling-release Lambda Stack, designed for use with nvidia-container-toolkit

Installing nvidia-container-toolkit

  1. Ensure that you have a docker version > 19.03. On Ubuntu, you can simply run sudo apt-get install docker.io. On a different OS, or if you prefer to use upstream docker, follow Docker's installation instructions

  2. If using Lambda Stack on your host machine, install nvidia-container-toolkit with sudo apt-get install nvidia-container-toolkit. Otherwise, follow NVIDIA's installation instructions

Building images

Build the image with the appropriate command for the distribution you wish to use.

sudo docker build -t lambda-stack:18.04 -f Dockerfile.bionic .
sudo docker build -t lambda-stack:20.04 -f Dockerfile.focal .
sudo docker build -t lambda-stack:22.04 -f Dockerfile.jammy .

Note that building these docker images requires acceptance of the cuDNN license agreement

Testing images

Here's a simple PyTorch test to make sure that your GPUs are usable in your docker images

$ sudo docker run --gpus 2 lambda-stack:22.04 python3 -c "import torch; print(torch.cuda.device_count())"
2

lambda-stack-dockerfiles's People

Contributors

sclarkson avatar jeremybobbin avatar stephenbalaban 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.