-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bojian Zheng edited this page Aug 5, 2023
·
41 revisions
Thank you for your interest in Grape 🍇.
Please note that since part of Grape 🍇 involves communicating with the NVIDIA GPU kernel module via the /proc filesystem (which, to my best knowledge, cannot be handled easily with Docker), all of the following steps are done natively (i.e., outside the Docker environment). We also assume that the OS is either Ubuntu 20.04 or 22.04.
-
Make sure that common software dependencies are installed properly:
./scripts/0-install_build_essentials.sh
-
Checkout Grape's 🍇 source code:
git clone https://github.com/UofT-EcoSystem/Grape-MICRO56-Artifact
-
Install a customized version of the NVIDIA GPU driver.
./scripts/1-install_NVIDIA_GPU_driver.sh
Last edited on 2023/8/7.