Skip to content

Commit

Permalink
install R
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed May 21, 2024
1 parent 592aa97 commit 8bbfe40
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM cs50/cli:amd64
FROM cs50/cli

USER root

ARG DEBIANFRONTEND=noninteractive

# Remove customized R from cs50/cli
RUN rm -rf /opt/cs50/bin/R

RUN apt-get update -qq && apt-get install -y jq cmake

RUN apt-get update -qq && apt-get install -y jq cmake pkg-config libhdf5-dev r-base


# Install additional Python packages
Expand Down

0 comments on commit 8bbfe40

Please sign in to comment.