Skip to content

Commit e118bcf

Browse files
authored
Merge pull request #2 from tercen/add-github-package-dependencies
Add dependencies for GitHub package compilation
2 parents 2cbd038 + 5e1a218 commit e118bcf

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ FROM tercen/runtime-r44:4.4.3-8
1212
# curl-dev openssl-dev git pkgconfig
1313
# # Uncomment if your R packages have Rust dependencies (e.g., stringi, gifski):
1414
# # cargo rust
15+
# # Uncomment if installing R packages from GitHub that require compilation:
16+
# # build-base linux-headers libxml2-dev
1517

1618
COPY . /operator
1719
WORKDIR /operator

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ If using the minimal runtime, uncomment the relevant lines in the Dockerfile and
6060
- `gfortran` - Fortran compiler (statistical packages, linear algebra)
6161
- `curl-dev openssl-dev` - HTTP/SSL support
6262
- `cargo rust` - Rust toolchain (some modern R packages)
63+
- `build-base linux-headers libxml2-dev` - Required for installing R packages from GitHub that need compilation (e.g., pamgene packages)
6364

6465
## Git LFS
6566

0 commit comments

Comments
 (0)