Skip to content

Commit 078875c

Browse files
committed
docs: update README
1 parent f3c83b1 commit 078875c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
## Setup
1616
### Docker
1717
Build a docker image to install dependencies and run SiLVR.
18+
19+
Tip 1: Update `UID` and `GID` in the `.docker/.env` to be the same as your system user ID (check by running `id` in the terminal) such that the host machine has proper permission to the `data` and `outputs` folders generated inside the docker.
20+
Tip 2: You can use your own `CUDA_ARCHITECTURES` in the Dockerfile to make the `tinycudann` build quicker.
21+
1822
```
23+
mkdir data outputs
1924
docker compose -f .docker/docker_compose.yaml run --build silvr
2025
```
21-
Note: You can use your own `CUDA_ARCHITECTURES` in the Dockerfile to make the `tinycudann` build quicker.
2226
### Manual Installation
2327
You can also install SiLVR to your system manually.
2428
```

0 commit comments

Comments
 (0)