Skip to content

Commit d141374

Browse files
committed
fix: Fix vis4d_cuda_ops installation.
1 parent 9cd052e commit d141374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/user_guide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ More information about torch and pytorch-lightning installation
3535
Some functionalities in the library require CUDA operations. You can install them by running:
3636

3737
```bash
38-
python3 -m pip install -r requirements/torch-lib.txt
38+
python3 -m pip install -r requirements/torch-lib.txt --no-build-isolation --no-cache-dir
3939
```

scripts/install_cpu_dep_full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
python3 -m pip install -r requirements/install.txt
3-
python3 -m pip install -r requirements/torch-lib.txt
3+
python3 -m pip install -r requirements/torch-lib.txt --no-build-isolation --no-cache-dir
44
python3 -m pip install -r requirements/viewer.txt
55
python3 -m pip install -r requirements/dev.txt

0 commit comments

Comments
 (0)