Skip to content

Instantly share code, notes, and snippets.

@k3karthic
Last active July 16, 2022 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k3karthic/98c238b3a85067b2b8a342f846246994 to your computer and use it in GitHub Desktop.
Save k3karthic/98c238b3a85067b2b8a342f846246994 to your computer and use it in GitHub Desktop.
LAMBDA_REPO=$(mktemp) && \
wget -O${LAMBDA_REPO} https://lambdalabs.com/static/misc/lambda-stack-repo.deb && \
sudo dpkg -i ${LAMBDA_REPO} && rm -f ${LAMBDA_REPO} && \
sudo apt-get update && sudo apt-get install -y lambda-stack-cuda &&\
sudo apt-get install docker.io nvidia-container-toolkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment