File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ More information about torch and pytorch-lightning installation
3535Some 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```
Original file line number Diff line number Diff line change 11#! /bin/bash
22python3 -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
44python3 -m pip install -r requirements/viewer.txt
55python3 -m pip install -r requirements/dev.txt
You can’t perform that action at this time.
0 commit comments