Skip to content

Commit

Permalink
Do not build r-notebook for arm because it is not yet ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 31, 2021
1 parent f93eee8 commit 7ea9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ea9992

Please sign in to comment.