Skip to content

Commit

Permalink
Use jupyter nbgrader (now with autotest)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Sep 1, 2023
1 parent 9be1b7f commit c216996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/r-dsci-100-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubcdsci/r-dsci-100:latest
RUN pip install jupyterlab-rise

# install nbgrader
RUN pip install "git+https://github.com/ubc-dsci/nbgrader.git@autotest-0.9.x"
RUN pip install "git+https://github.com/jupyter/nbgrader.git"

# Clean the cache
RUN mamba clean --all -f -y
Expand Down

0 comments on commit c216996

Please sign in to comment.