Skip to content

Commit

Permalink
Testing nbgrader upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuuu committed Oct 17, 2022
1 parent 9e0920a commit 1ad95fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2021.1-stable
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2022.3-stable
FROM $BASE_CONTAINER

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

USER root


RUN pip install nltk geopandas pandas==1.2.3 && \
jupyter kernelspec remove -f python3_clean && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \
chmod -R +r /opt/conda/etc/jupyter/nbconfig
RUN pip install nbgrader==0.8.1

USER $NB_UID

0 comments on commit 1ad95fc

Please sign in to comment.