Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .devcontainer/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python
# Note: Quarto is already included in the rocker/tidyverse image
# UV and Python packages will be installed as needed by individual projects or during container runtime

# Install R packages needed for examples
RUN install2.r --error epiworldR igraph

# Set up the workspace
WORKDIR /workspaces
RUN chown -R rstudio:rstudio /workspaces
Expand Down
Loading