mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-16 21:55:35 +00:00
Update README.md, typo in docker build
This commit is contained in:
parent
801b37ebbc
commit
75c0ce9e44
@ -55,7 +55,7 @@ Build your docker image from the Dockerfile by downloading the [Dockerfile](http
|
|||||||
mkdir gaussian_splatting
|
mkdir gaussian_splatting
|
||||||
cd gaussian_splatting
|
cd gaussian_splatting
|
||||||
wget https://raw.githubusercontent.com/sergiobd/gaussian-splatting-docker/docker/Dockerfile
|
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
|
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.
|
Please refer to [Docker's documentation](https://docs.docker.com/) for specific docker instructions.
|
||||||
|
Loading…
Reference in New Issue
Block a user