Skip to content

Commit

Permalink
Update docker - add more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pnickchi committed Jan 29, 2025
1 parent 23e7850 commit 3e272d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 562/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubcmds/base-r:891b93d

# Define additional packages that are specific to this course
ENV R_PACKAGES="AER lme4"
ENV R_PACKAGES="AER lme4 survival quantreg datarium"

# Install the pre-defined R packages
RUN install2.r -e $R_PACKAGES
Expand Down

0 comments on commit 3e272d8

Please sign in to comment.