Skip to content

Commit

Permalink
Install setuptools==69.0.0 to fix issue with nbgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Aug 16, 2024
1 parent 5254a62 commit 5fc1a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/r-stat-201/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock \
&& Rscript -e "devtools::install_github('UBC-MDS/[email protected]')"

# Install pexpect from main branch to fix asyncio issue with jupyterlab_git
RUN pip install --no-cache pexpect==4.9.0
# Install setuptools==69.0.0 to fix issue with nbgrader and "from backports import tarfile"
RUN pip install --no-cache pexpect==4.9.0 setuptools==69.0.0

# Disable the cell toolbar (which ignores metadata and students often accidentally click + delete grading cells)
RUN jupyter labextension disable @jupyterlab/cell-toolbar-extension
Expand Down

0 comments on commit 5fc1a01

Please sign in to comment.