From c85f24268a3407cdc7c35c20f8d935879a312f10 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 25 Aug 2021 20:11:43 +0000 Subject: [PATCH] Update docs --- README.md | 4 +--- docs/index.rst | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ea2f4136..6f06f8a9 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,7 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st ## CPU Architectures -All published containers support amd64 (x86_64). -The progress on arm images is tracked in [#1019](https://github.com/jupyter/docker-stacks/issues/1019). -The ambition is to have all containers support both amd64 and arm64. +All published containers support amd64 (x86_64) and aarch64 (except for tensorflow-notebook, which only supports amd64). ### Caveats for arm64 images diff --git a/docs/index.rst b/docs/index.rst index a878c6de..45b14f3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,9 +47,7 @@ Docker destroys the container after notebook server exit, but any files written CPU Architectures ----------------- -All published containers support amd64 (x86_64). -The progress on arm images is tracked in `#1019 `_. -The ambition is to have all containers support both amd64 and arm64. +All published containers support amd64 (x86_64) and aarch64 (except for tensorflow-notebook, which only supports amd64). Caveats for arm64 images ^^^^^^^^^^^^^^^^^^^^^^^^