Skip to content

Commit 24459c4

Browse files
Update README.md
1 parent 5c93eb3 commit 24459c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ or with poetry:
1313
poetry add torch-points-kernels
1414
```
1515

16+
To force CUDA installation (for example on Docker builds) please use the flag `FORCE_CUDA` like
17+
```
18+
pip install torch-points-kernels FORCE_CUDA=1
19+
```
20+
1621
## Usage
1722
```
1823
import torch

0 commit comments

Comments
 (0)