... | ... | @@ -6,7 +6,11 @@ Different libraries and programs that use NVIDIA GPUs might need different versi |
|
|
|
|
|
## Running the setup scripts
|
|
|
|
|
|
On `icaro.polito.it` the CUDA setup scripts are found under: `/space/temporary_modules/cuda<version>.sh`, where, for example, `<version>` is equal `100` for CUDA 10.0.
|
|
|
On `icaro.polito.it` the CUDA setup scripts are found under:
|
|
|
```
|
|
|
/space/temporary_modules/cuda<version>.sh
|
|
|
```
|
|
|
where, for example, `<version>` is equal `100` for CUDA 10.0.
|
|
|
|
|
|
**IMPORTANT:** A typical situation in which you'll have to run these scripts is *before* installing packages such as `tensorflow-gpu` (for TensorFlow) or `torch` (for PyTorch) using `pip` in your Python virtual environment (see ["Python Virtual Environments"](/virtualenv)).
|
|
|
|