Skip to content

Commit c94678d

Browse files
committed
more description
1 parent 9d99981 commit c94678d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ To run the demo, simply try the command `python demo.py`. In the demo, you can c
103103
In both cases, the output will be saved in the corresponding folder(`demo_output/` or your specified folder), and the results will be displayed directly in the web viewer.
104104

105105
## Docker quick test (kitchen example)
106-
If you built the provided `Dockerfile` into an image tagged `instantsfm`, you can sanity‑check the pipeline on the bundled `examples/kitchen` data with a single container run. The command below mounts the repo so results persist to your host and uses `--rm` for a clean exit:
106+
If you built the provided `Dockerfile` into an image tagged `instantsfm`,
107+
you can sanity‑check the pipeline on the bundled `examples/kitchen` data with a single container run. This Dockerfile supports both arm64 and x86_64 architectures. Build the Docker image with:
108+
```bash
109+
docker build -t instantsfm .
110+
```
111+
The command below mounts the repo so results persist to your host and uses `--rm` for a clean exit:
107112
```bash
108113
docker run --rm --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 \
109114
-v "$PWD":/workspace/InstantSfM -w /workspace/InstantSfM instantsfm \

0 commit comments

Comments
 (0)