Update README.md, typo in docker build

This commit is contained in:
Sergio Bromberg 2023-09-05 19:25:13 +09:00 committed by GitHub
parent 801b37ebbc
commit 75c0ce9e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.