From 7ea99928c597821ed2f811a051fbb725c9c74621 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 1 Sep 2021 01:39:30 +0300 Subject: [PATCH] Do not build r-notebook for arm because it is not yet ready --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8b782d3..67f4dcfd 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,12 @@ OWNER?=jupyter MULTI_IMAGES:= \ base-notebook \ minimal-notebook \ - r-notebook \ scipy-notebook \ pyspark-notebook \ all-spark-notebook # Images that can only be built on the amd64 architecture (aka. x86_64) AMD64_ONLY_IMAGES:= \ + r-notebook \ datascience-notebook \ tensorflow-notebook # All of the images