From 208140803f5c2de2ff47e2b8051e8b75d5682574 Mon Sep 17 00:00:00 2001 From: Masahiro Ogawa Date: Fri, 21 Jun 2024 20:02:33 +0900 Subject: [PATCH] fix set up --- README.md | 1 + environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cbd332..05bf90a 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc Our default, provided install method is based on Conda package and environment management: ```shell SET DISTUTILS_USE_SDK=1 # Windows only +sudo apt-get install libglm-dev # linux only conda env create --file environment.yml conda activate gaussian_splatting ``` diff --git a/environment.yml b/environment.yml index d479ec7..d6b0cb4 100644 --- a/environment.yml +++ b/environment.yml @@ -5,6 +5,7 @@ channels: - defaults dependencies: - cudatoolkit=11.6 + - cudatoolkit-dev=11.6 - plyfile - python=3.7.13 - pip=22.3.1