Skip to content

Commit

Permalink
Install nbgrader from PyPI (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Sep 5, 2023
1 parent 72a5098 commit 18f6383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docker/py-dsci-100-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
# Distributed under the terms of the Modified BSD License.
FROM ubcdsci/py-dsci-100:latest

# install the rise slides extension
RUN pip install jupyterlab-rise

# install nbgrader
RUN pip install "git+https://github.com/jupyter/nbgrader.git"
# install nbgrader and the rise slides extension
RUN pip install jupyterlab-rise nbgrader

# Clean the cache
RUN mamba clean --all -f -y
Expand Down
7 changes: 2 additions & 5 deletions docker/r-dsci-100-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
# Distributed under the terms of the Modified BSD License.
FROM ubcdsci/r-dsci-100:latest

# install the rise slides extension
RUN pip install jupyterlab-rise

# install nbgrader
RUN pip install "git+https://github.com/jupyter/nbgrader.git"
# install nbgrader and the rise slides extension
RUN pip install jupyterlab-rise nbgrader

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

0 comments on commit 18f6383

Please sign in to comment.