From c7964ac6500c6533f67cec69eb4c4fa32ea33240 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:50:21 -0700 Subject: [PATCH] Update Dockerfile try to fix jupytext? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93d7fb5..d43d387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ LABEL maintainer="UC San Diego ITS/ETS " USER root -RUN pip install otter-grader +RUN pip install otter-grader jupytext==1.16.4 USER $NB_UID