From 043f29ab2afab9cef5edd07875816d3354cb9d2c Mon Sep 17 00:00:00 2001 From: Giacomo Sfratato Date: Thu, 22 Feb 2024 16:11:34 +0100 Subject: [PATCH] Added the docker image for arm64 to the README.md file (#138) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 512802da6e3..51ba85adc74 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ You can make the nogil installation the default Python installation with: ## Docker -A pre-built Docker image [nogil/python](https://hub.docker.com/r/nogil/python) is available on Docker Hub. For CUDA support, use [nogil/python-cuda](https://hub.docker.com/r/nogil/python-cuda). +A pre-built Docker image [nogil/python](https://hub.docker.com/r/nogil/python) is available on Docker Hub. For CUDA support, use [nogil/python-cuda](https://hub.docker.com/r/nogil/python-cuda). +For arm64 devices, use [nogil/python-arm64](https://hub.docker.com/r/nogil/python-arm64). For example: