We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5254a62 commit 5fc1a01Copy full SHA for 5fc1a01
dockerfiles/r-stat-201/Dockerfile
@@ -40,7 +40,8 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock \
40
&& Rscript -e "devtools::install_github('UBC-MDS/[email protected]')"
41
42
# Install pexpect from main branch to fix asyncio issue with jupyterlab_git
43
-RUN pip install --no-cache pexpect==4.9.0
+# Install setuptools==69.0.0 to fix issue with nbgrader and "from backports import tarfile"
44
+RUN pip install --no-cache pexpect==4.9.0 setuptools==69.0.0
45
46
# Disable the cell toolbar (which ignores metadata and students often accidentally click + delete grading cells)
47
RUN jupyter labextension disable @jupyterlab/cell-toolbar-extension
0 commit comments