From 316e6851138ea49a7d30c4adaf0bfe269c53eaf9 Mon Sep 17 00:00:00 2001 From: Armin Soleymaniniya Date: Wed, 15 Jan 2025 11:42:50 +0100 Subject: [PATCH] Fix CUDA's Docker image version in the README file nvidia/cuda:11.0-base Docker image doesn't exist. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b96922d2..2daf7f70 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Please follow these steps: 1. Check that AlphaFold will be able to use a GPU by running: ```bash - docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi + docker run --rm --gpus all nvidia/cuda:11.0.3-base nvidia-smi ``` The output of this command should show a list of your GPUs. If it doesn't,