From 6b5c5fa0902ed05918fb53b05853c31bb2e93efd Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Tue, 24 Oct 2023 08:41:29 -0700 Subject: [PATCH] fix: update cuda image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66230534..dd24979ee 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-ubuntu20.04 nvidia-smi ``` The output of this command should show a list of your GPUs. If it doesn't,