mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
r-notebook and scipy-notebook work fine under arm
This commit is contained in:
6
Makefile
6
Makefile
@@ -13,11 +13,11 @@ OWNER?=jupyter
|
|||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
MULTI_IMAGES:= \
|
MULTI_IMAGES:= \
|
||||||
base-notebook \
|
base-notebook \
|
||||||
minimal-notebook
|
minimal-notebook \
|
||||||
|
r-notebook \
|
||||||
|
scipy-notebook
|
||||||
# Images that can only be built on the amd64 architecture (aka. x86_64)
|
# Images that can only be built on the amd64 architecture (aka. x86_64)
|
||||||
AMD64_ONLY_IMAGES:= \
|
AMD64_ONLY_IMAGES:= \
|
||||||
r-notebook \
|
|
||||||
scipy-notebook \
|
|
||||||
tensorflow-notebook \
|
tensorflow-notebook \
|
||||||
datascience-notebook \
|
datascience-notebook \
|
||||||
pyspark-notebook \
|
pyspark-notebook \
|
||||||
|
@@ -107,9 +107,9 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st
|
|||||||
|
|
||||||
## CPU Architectures
|
## CPU Architectures
|
||||||
|
|
||||||
All published containers support amd64 (x86_64). The base-notebook and
|
All published containers support amd64 (x86_64).
|
||||||
minimal-notebook containers also support arm64. The ambition is to have all
|
The progress on arm images is tracked in [#1019](https://github.com/jupyter/docker-stacks/issues/1019).
|
||||||
containers support both amd64 and arm64.
|
The ambition is to have all containers support both amd64 and arm64.
|
||||||
|
|
||||||
### Caveats for arm64 images
|
### Caveats for arm64 images
|
||||||
|
|
||||||
|
@@ -47,9 +47,9 @@ Docker destroys the container after notebook server exit, but any files written
|
|||||||
CPU Architectures
|
CPU Architectures
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
All published containers support amd64 (x86_64). The base-notebook and
|
All published containers support amd64 (x86_64).
|
||||||
minimal-notebook containers also support arm64. The ambition is to have all
|
The progress on arm images is tracked in `#1019 <https://github.com/jupyter/docker-stacks/issues/1019>`_.
|
||||||
containers support both amd64 and arm64.
|
The ambition is to have all containers support both amd64 and arm64.
|
||||||
|
|
||||||
Caveats for arm64 images
|
Caveats for arm64 images
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
Reference in New Issue
Block a user