Skip to content

Instantly share code, notes, and snippets.

View Green-li's full-sized avatar
🎯
Focusing

maolong Li Green-li

🎯
Focusing
View GitHub Profile

Download CMake from: https://cmake.org/download/

wget https://cmake.org/files/v3.12/cmake-3.12.3.tar.gz

Compile from source and install

tar zxvf cmake-3.*
@Green-li
Green-li / Steps_multiple_cuda_environments.md
Created September 26, 2024 06:14 — forked from garg-aayush/Steps_multiple_cuda_environments.md
Managing multiple CUDA versions using environment modules in Ubuntu

Steps to manage multiple CUDA environments

Latest Update: May 19th, 2024

This gist contains all the steps required to:

  • Install multiple CUDA versions (e.g., CUDA 11.8 and CUDA 12.1
  • Manage multiple CUDA environments on Ubuntu using the utility called environment modules.
  • Use this approach to avoid CUDA environment conflicts.

Environment Modules is a package that provides for the dynamic modification of a user's environment via modulefiles. You can find more on it at https://modules.readthedocs.io/en/latest/

@Green-li
Green-li / docker-registry-mirrors.md
Created August 14, 2024 08:22 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized