From dbe17366eb13329d9bb1c3a74fd19be58656ae43 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Mon, 29 Jan 2024 12:10:47 -0500 Subject: [PATCH] docs: Update readme to include building Superset image --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 227d4ac38..7744aaf6b 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,10 @@ Aspects is implemented as a Tutor plugin. Documentation will be coming soon to c tutor images build openedx --no-cache +#. Because we need to bake the Aspects assets (charts, datasets, dashboards) into the Superset image you will need to rebuild it:: + + tutor images build aspects-superset --no-cache + #. Run the initialization scripts:: tutor local do init