Skip to content

Commit

Permalink
Correct instructions for Docker build (#1557)
Browse files Browse the repository at this point in the history
This fixes the instruction for the cuda-architecture specific Docker build.
  • Loading branch information
JRombouts authored and jkulhanek committed Mar 10, 2023
1 parent cf4873a commit 412e69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ To restrict to only CUDA architectures that you have available locally, use the
build arg and look up [the compute capability for your GPU](https://developer.nvidia.com/cuda-gpus).
For example, here's how to build with support for GeForce 30xx series GPUs:
```bash
docker build --build-arg CUDA_ARCHITECTURES=86 -tag nerfstudio-86 .
docker build --build-arg CUDA_ARCHITECTURES=86 --tag nerfstudio-86 -f Dockerfile .
```

### Using an interactive container
Expand Down

0 comments on commit 412e69a

Please sign in to comment.