You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,14 @@
15
15
## Setup
16
16
### Docker
17
17
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
+
18
22
```
23
+
mkdir data outputs
19
24
docker compose -f .docker/docker_compose.yaml run --build silvr
20
25
```
21
-
Note: You can use your own `CUDA_ARCHITECTURES` in the Dockerfile to make the `tinycudann` build quicker.
22
26
### Manual Installation
23
27
You can also install SiLVR to your system manually.
0 commit comments