diff --git a/Dockerfile b/Dockerfile index d43d387..4a0ab6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ LABEL maintainer="UC San Diego ITS/ETS " USER root -RUN pip install otter-grader jupytext==1.16.4 +RUN pip install otter-grader jupytext==1.16.2 USER $NB_UID