You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to check the CUDA version that you NVIDIA driver can handle. You can do that with ``nvidia-smi`` command in Linux/macOS or by running ``NVIDIA Control Panel`` in Windows. The driver information will tell you the maximum CUDA version it can handle. Select one of the above containers depending on your GPU driver. For instance, if the CUDA version it can handle is ``12.0`` you can use ``biapyx/biapy:latest-11.8`` container.
121
-
122
102
Docker Engine is available for Windows, macOS, and Linux, through Docker Desktop. For instructions on how to install Docker Desktop, see:
123
103
124
104
* <ahref="/docker_inst/#win_install">Docker Desktop for Windows</a>
@@ -243,11 +223,8 @@ Once you have installed Anaconda and git, you will need to <a href="/add_ins/#op
243
223
git clone https://github.com/BiaPyX/BiaPy.git
244
224
```
245
225
246
-
This will create a folder called ``BiaPy`` that contains all the files of the <ahref="https://github.com/BiaPyX/BiaPy"target="_blank"rel="noopener noreferrer">library's official repository</a>. Then you will need to install BiaPy dependencies and for that you need to check the CUDA version that your NVIDIA driver can handle. You can do that with ``nvidia-smi`` command in Linux/macOS or by running ``NVIDIA Control Panel`` in Windows. The driver information will tell you the maximum CUDA version it can handle. We here provide two stable installations, one based in CUDA ``11.8`` and another one with an older version of Pytorch and with CUDA ``10.2`` (BiaPy will work anyway). Once you have checked it, proceed with the installation depending on the CUDA version:
247
-
248
-
{% tabs command_line_CUDA_installation %}
226
+
This will create a folder called ``BiaPy`` that contains all the files of the <ahref="https://github.com/BiaPyX/BiaPy"target="_blank"rel="noopener noreferrer">library's official repository</a>. Then you will need to install BiaPy dependencies:
249
227
250
-
{% tab command_line_CUDA_installation CUDA 11.8 %}
0 commit comments