diff --git a/Dockerfile b/Dockerfile
index e539c4dd5fcd2cc0db8876b58668f7cd2fdf59d3..363751ad1534890c5d1a5bebdcf1c4491df97f98 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,5 +14,9 @@ RUN pip install jupyter-server-proxy==4.0.0
 RUN pip install jupyterlab-git==0.42.0
 RUN pip install jupyterlab-gitlab==3.0.0
 
+# Install jupyterlab-dash
+RUN jupyter labextension install jupyterlab-dash
+
+# Copy and install additional Python packages
 COPY requirements.txt requirements.txt
 RUN pip install --no-cache-dir -r requirements.txt