Skip to content

Commit 3ce6bf5

Browse files
committed
Remove old CUDA installation and container as we are not longer supporting it
1 parent d7f2929 commit 3ce6bf5

1 file changed

Lines changed: 2 additions & 39 deletions

File tree

index.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ carousels:
7575
{% tab installation Docker %}
7676

7777
<span id="docker-description" >
78-
We have two container prepared to run BiaPy, one for the actual NVIDIA driver versions and another container for old drivers:
78+
We have a container prepared to run BiaPy:
7979

8080
<div class="docker-container-gallery">
8181
<div class="grid grid-cols-2 gap-4 p-6">
@@ -96,29 +96,9 @@ We have two container prepared to run BiaPy, one for the actual NVIDIA driver ve
9696
</table>
9797
</div>
9898
</div>
99-
<div onclick="window.open('https://hub.docker.com/layers/biapyx/biapy/latest-10.2/images/sha256-c437972cfe30909879085ffd1769666d11875f0ff239df3100fa04ea056d09ab?context=repo');" class="flex h-full flex-col gap-2 rounded border-gray-light-100 bg-gray bg-white p-4 drop-shadow-sm hover:border-gray-light-200 hover:drop-shadow-lg container-card">
100-
<div>
101-
<b>latest-10.2</b><br>
102-
<i class="fa-brands fa-docker card-icon biapy-colour"></i>
103-
<table>
104-
<tr>
105-
<td>Pytorch</td> <td>1.12.1</td>
106-
</tr>
107-
<tr>
108-
<td>CUDA</td> <td>10.2</td>
109-
</tr>
110-
<tr>
111-
<td>Ubuntu</td> <td>20.04</td>
112-
</tr>
113-
</table>
114-
</div>
115-
</div>
11699
</div>
117100
</div>
118101

119-
120-
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-
122102
Docker Engine is available for Windows, macOS, and Linux, through Docker Desktop. For instructions on how to install Docker Desktop, see:
123103

124104
* <a href="/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
243223
git clone https://github.com/BiaPyX/BiaPy.git
244224
```
245225

246-
This will create a folder called ``BiaPy`` that contains all the files of the <a href="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 <a href="https://github.com/BiaPyX/BiaPy" target="_blank" rel="noopener noreferrer">library's official repository</a>. Then you will need to install BiaPy dependencies:
249227

250-
{% tab command_line_CUDA_installation CUDA 11.8 %}
251228
```bash
252229
cd BiaPy
253230
pip install --editable .
@@ -256,20 +233,6 @@ pip install --editable .
256233
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu118
257234
pip install timm==1.0.14 pytorch-msssim torchmetrics[image]==1.4.*
258235
```
259-
{% endtab %}
260-
261-
{% tab command_line_CUDA_installation CUDA 10.2 %}
262-
```bash
263-
cd BiaPy
264-
pip install --editable .
265-
266-
# Install Pytorch and GPU dependencies
267-
pip install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=10.2 -c pytorch
268-
pip install timm==1.0.14 pytorch-msssim torchmetrics[image]==1.4.*
269-
```
270-
{% endtab %}
271-
<!-- command_line_CUDA_installation -->
272-
{% endtabs %}
273236

274237
<!-- command_line_installation option 3 -->
275238
{% endtab %}

0 commit comments

Comments
 (0)