Current Mac Files

This commit is contained in:
2024-11-26 14:37:36 -03:00
parent 6df5ccdf73
commit cfbca92b59
31 changed files with 1023 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
version: '3.7'
services:
pyspark-notebook:
image: jupyter/pyspark-notebook:latest
container_name: jupyter-pyspark-notebook
volumes:
- /Volumes/HDD_MINI/dev_docker/docker_all_spark:/home/jovyan/work/data
ports:
- 8888:8888