From 587cbe8b2adcb3fdb0fd0d7baf0ba60f89163db9 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:06:42 -0700 Subject: [PATCH] Trigger rebuild --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4a0ab6c..ea36b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ LABEL maintainer="UC San Diego ITS/ETS " USER root + RUN pip install otter-grader jupytext==1.16.2 USER $NB_UID