We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd052e commit d141374Copy full SHA for d141374
2 files changed
docs/source/user_guide/install.md
@@ -35,5 +35,5 @@ More information about torch and pytorch-lightning installation
35
Some functionalities in the library require CUDA operations. You can install them by running:
36
37
```bash
38
-python3 -m pip install -r requirements/torch-lib.txt
+python3 -m pip install -r requirements/torch-lib.txt --no-build-isolation --no-cache-dir
39
```
scripts/install_cpu_dep_full.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
python3 -m pip install -r requirements/install.txt
3
4
python3 -m pip install -r requirements/viewer.txt
5
python3 -m pip install -r requirements/dev.txt
0 commit comments