From 8b3f15bd390a4124fa6ec5a5ea29134ce0c8cebe Mon Sep 17 00:00:00 2001 From: Eric Undersander Date: Mon, 22 May 2023 12:14:14 -0400 Subject: [PATCH] update viewer cmake --- clipboard.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clipboard.txt b/clipboard.txt index ef70bfa755..535ebb1c82 100644 --- a/clipboard.txt +++ b/clipboard.txt @@ -1,3 +1,10 @@ + +BASE_URL=https://us.download.nvidia.com/tesla +DRIVER_VERSION=460.106.00 +curl -fSsl -O $BASE_URL/$DRIVER_VERSION/NVIDIA-Linux-x86_64-$DRIVER_VERSION.run +sudo sh NVIDIA-Linux-x86_64-$DRIVER_VERSION.run + + python -m habitat_sim.utils.datasets_download --uids replica_cad_dataset /mnt/users/siro/habitat-sim/build/utils/viewer/viewer \