From 125b00e99068915942e383dfe8c8560fa92038a7 Mon Sep 17 00:00:00 2001 From: GABRIEL J ORLANSKI <gorlanski@wisc.edu> Date: Mon, 17 Mar 2025 12:32:29 -0500 Subject: [PATCH] Added hint --- p5/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p5/README.md b/p5/README.md index 69aa30d..719f722 100644 --- a/p5/README.md +++ b/p5/README.md @@ -18,6 +18,7 @@ Before starting, please review the [general project directions](../projects.md). ## Corrections/Clarifications - 3/15/2025: Fixed p5-base dockerfile and added in note to not include the datasets in your submission. +- 3/17/2025: Added hint for boss and worker ## Setup @@ -68,6 +69,8 @@ export PROJECT=p5 docker compose up -d ``` +**Hint:** For the boss and worker dockerfile, look at the lecture code for spark. + ### Jupyter Container Connect to JupyterLab inside your container. Within the `nb` directory, create a notebook called `p5.ipynb`. -- GitLab