From 75c0ce9e4461fcd49c7d1488767ebd5a9e3821d8 Mon Sep 17 00:00:00 2001 From: Sergio Bromberg Date: Tue, 5 Sep 2023 19:25:13 +0900 Subject: [PATCH] Update README.md, typo in docker build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc9fad3..fc5257a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Build your docker image from the Dockerfile by downloading the [Dockerfile](http mkdir gaussian_splatting cd gaussian_splatting wget https://raw.githubusercontent.com/sergiobd/gaussian-splatting-docker/docker/Dockerfile -build -t gaussian_splatting . +docker build -t gaussian_splatting . docker run -it --gpus all --name gaussian_splatting --shm-size=64g -v /your/local/shared/folder:/workspace/data gaussian_splatting:latest bash ``` Please refer to [Docker's documentation](https://docs.docker.com/) for specific docker instructions.