heirinsinho / all-in-one-docker-bigdataops

all-in-one-docker-bigdataops is a comprehensive Docker Compose environment that simplifies Big Data operations by bundling Hadoop, Spark, Hive, Hue, and Airflow into a ready-to-run stack, with example workflows, quick setup, and easy customization, making it ideal for learning, development, and testing in Big DataOps.
10 stars 3 forks source link

Problema de permisos y ejecución en Jupyter Lab con Docker Compose #1

Closed CanaletaFast closed 1 month ago

CanaletaFast commented 1 month ago

Al intentar ejecutar Jupyter Lab en el contenedor Docker, surgió un problema relacionado con permisos en el directorio /home/jovyan/.local/share/jupyter. Esto provocaba errores en la ejecución.

El archivo actualizado docker-compose.yaml es:

jupyter: platform: linux/amd64 image: base-jupyter:latest container_name: jupyter ports:

Las correcciones:

heirinsinho commented 1 month ago

Gracias!