Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Mar 30, 2023
1 parent ecdc16c commit 4aa0d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM $BASE_CONTAINER

USER root

RUN pip install coverage==5.5
RUN pip install 'pandas>=0.24' babypandas==0.1.7 pandas-tutor==2.0.3
RUN pip install otter-grader==3.3.0
RUN pip install coverage==5.5 && \
pip install 'pandas>=0.24' babypandas==0.1.7 pandas-tutor==2.0.3 && \
pip install otter-grader==3.3.0

USER $NB_UID

0 comments on commit 4aa0d61

Please sign in to comment.