What is included in the demo-base Docker image
mainThe demo-base image is a Debian-based Miniconda environment designed for demonstrating remote kernel capabilities with Jupyter Enterprise Gateway. It includes:
- Base OS/Python:
continuumio/miniconda3:24.1.2-0(Python 3.11) - Big Data Stack: Hadoop
3.3.1and Apache Spark3.2.1(controlled bySPARK_VERSIONin the top-levelMakefile) - Java: OpenJDK 11 runtime (
openjdk-11-jdk-headless) - R Support: Miniconda with R packages (
r-devtools,r-stringr,r-argparse) - Kernels: Apache Toree
0.5.0-incubatingandipykernel<7(pinned to ensure compatibility with the Enterprise Gateway process-proxy model) - Users:
jovyanservice user (UID1000) with password-less SSH, plus system userselyra,bob, andalice. - Storage: HDFS home directories are automatically created for each system user at container startup.