Skip to content

Commit

Permalink
Use datasci scipy-ml-fixup branch + otter-grader
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Jul 17, 2024
1 parent b105344 commit a258ee2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2022.3-stable
ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2024.3-scipy-ml-fixup
FROM $BASE_CONTAINER

LABEL maintainer="UC San Diego ITS/ETS <[email protected]>"

USER root


RUN pip install nbgrader==0.8.1
RUN pip install otter-grader

USER $NB_UID

0 comments on commit a258ee2

Please sign in to comment.