Skip to content

Commit

Permalink
Merge pull request #13 from 2i2c-org/bump-base-image
Browse files Browse the repository at this point in the history
Bump base image
  • Loading branch information
yuvipanda authored Dec 22, 2023
2 parents 60ec7c9 + e131ab9 commit 07ef69e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
FROM rocker/binder:4.3.2

USER root

# Install python packages as root, since that's what is done upstream
# This may change soon https://github.com/rocker-org/rocker-versioned2/issues/670
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache -r /tmp/requirements.txt

USER ${NB_USER}

# Install learnr and other requested packages in https://2i2c.freshdesk.com/a/tickets/741
# mosaic installed per https://2i2c.freshdesk.com/a/tickets/973
RUN install2.r --skipinstalled \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nbgitpuller==1.2.0

jupyter-shiny-proxy==1.1
# Based on request from Nathan Taback
otter-grader==4.3.4
otter-grader==5.2.2

0 comments on commit 07ef69e

Please sign in to comment.