From 7c5eefcec5ccc4ba7c2120eab5b8a79103828c96 Mon Sep 17 00:00:00 2001 From: Thomas Bouvier Date: Thu, 5 Feb 2026 13:13:32 +0100 Subject: [PATCH] fix: deisa and matplotlib are already installed in the container --- site/content/material.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/content/material.md b/site/content/material.md index ce496a4..bf9a574 100644 --- a/site/content/material.md +++ b/site/content/material.md @@ -54,7 +54,6 @@ From within the container environment, you may test that your setup is working u ```shell docker run -it -u root -p 8787:8787 -v :/tutorial ghcr.io/thomas-bouvier/numpex-pdi-tutorial:latest -pip install deisa-dask matplotlib ``` The container image, by default, runs rootless. A `pdi` user is created and used within the container. @@ -64,5 +63,3 @@ You may check this using: `podman top -l user huser` The docker/podman command will map local port 8787 to the container's port 8787 that is used by the Dask dashboard. You may change the local port to another port. - -